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>e097ae00-d7ee-4e28-98b7-adcaecffcb1a</ID>
<AncestorID>d741c86c-e259-487d-85c9-987bb26dab7c</AncestorID>
<UserID>82db7d0c-cdc2-4a1b-874a-ec4012ed2308</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-10-31T23:50:20.6833132Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>1a536fd9-81c6-4348-bbfe-7de3fd74e4dd</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>15274321-d8d7-4f4b-802d-d9f8532b9638</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "e097ae00-d7ee-4e28-98b7-adcaecffcb1a",
"AncestorID": "d741c86c-e259-487d-85c9-987bb26dab7c",
"UserID": "82db7d0c-cdc2-4a1b-874a-ec4012ed2308",
"Post": "sample string 1",
"PostDate": "2025-10-31T23:50:20.6833132+00:00",
"SiteID": "1a536fd9-81c6-4348-bbfe-7de3fd74e4dd",
"IndividualFullName": "sample string 2",
"IndividualID": "15274321-d8d7-4f4b-802d-d9f8532b9638",
"UserName": "sample string 3"
}