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>1befcf06-bf3f-43cf-a612-75c6cba55e34</ID>
<AncestorID>5a671ae4-d6af-4715-86a3-18360d36531d</AncestorID>
<UserID>f33bbae4-11cd-4825-9d73-1f1c94a34d36</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-25T16:04:31.4171244Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>cf24fb1b-9d03-4bf0-8f2c-cc2b080f90c2</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>4966b2af-13e6-4078-9d13-6a8dcb61e264</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "1befcf06-bf3f-43cf-a612-75c6cba55e34",
"AncestorID": "5a671ae4-d6af-4715-86a3-18360d36531d",
"UserID": "f33bbae4-11cd-4825-9d73-1f1c94a34d36",
"Post": "sample string 1",
"PostDate": "2026-03-25T16:04:31.4171244+00:00",
"SiteID": "cf24fb1b-9d03-4bf0-8f2c-cc2b080f90c2",
"IndividualFullName": "sample string 2",
"IndividualID": "4966b2af-13e6-4078-9d13-6a8dcb61e264",
"UserName": "sample string 3"
}