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>c5a33e70-d4f6-43be-97ec-ce90a6f55f73</ID>
<AncestorID>42f5f49d-b1c8-4b90-82fb-e5382e65ece2</AncestorID>
<UserID>f345c85e-13fd-4955-a2d5-f949ba15ccb0</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-03T12:58:33.1260286Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>40e04ece-7b6f-4bd8-ac52-dfb308b0f3af</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>d7820d54-5646-4983-b2f1-0d31db23dbeb</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "c5a33e70-d4f6-43be-97ec-ce90a6f55f73",
"AncestorID": "42f5f49d-b1c8-4b90-82fb-e5382e65ece2",
"UserID": "f345c85e-13fd-4955-a2d5-f949ba15ccb0",
"Post": "sample string 1",
"PostDate": "2026-04-03T12:58:33.1260286+00:00",
"SiteID": "40e04ece-7b6f-4bd8-ac52-dfb308b0f3af",
"IndividualFullName": "sample string 2",
"IndividualID": "d7820d54-5646-4983-b2f1-0d31db23dbeb",
"UserName": "sample string 3"
}