Read all comments on the given Individual's page.
None.
None.
|
ID
globally unique identifier
Required on Update
ID of the given comment. |
|
AncestorID
globally unique identifier
Required on Create
Ancestor of the given comment. |
|
Post
string
Required
Contents of the given comment. |
|
UserID
globally unique identifier
ReadOnly
ID of the user that posted the given comment. |
|
PostDate
date
ReadOnly
Date the given comment was created. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given comment. |
|
IndividualFullName
string
ReadOnly
Full name of the individual that created the given comment. |
|
IndividualID
globally unique identifier
ReadOnly
ID of the individual that created the given comment. |
|
UserName
string
ReadOnly
User name of the individual that created the given comment. |
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
<ID>3ddf3334-09f1-4613-a3c9-fb0bcc9e61ac</ID>
<AncestorID>5e950746-8d51-4604-88a7-d229c2e7eccc</AncestorID>
<UserID>e4a89e8e-70f4-40d8-b3f5-b45fd225f114</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-22T08:37:55.9691582Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>36f3620e-aad8-4dd0-937c-94f57a47e0a2</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>418b7b12-20b7-4712-a37b-bf1a126a4cf6</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "3ddf3334-09f1-4613-a3c9-fb0bcc9e61ac",
"AncestorID": "5e950746-8d51-4604-88a7-d229c2e7eccc",
"UserID": "e4a89e8e-70f4-40d8-b3f5-b45fd225f114",
"Post": "sample string 1",
"PostDate": "2026-03-22T08:37:55.9691582+00:00",
"SiteID": "36f3620e-aad8-4dd0-937c-94f57a47e0a2",
"IndividualFullName": "sample string 2",
"IndividualID": "418b7b12-20b7-4712-a37b-bf1a126a4cf6",
"UserName": "sample string 3"
}