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>b9e5bd5b-2c2d-4a97-9aa6-deb1c054b29d</ID> <AncestorID>435d8ccf-a7bb-4b68-841b-4da4bfe53568</AncestorID> <UserID>42b9156f-8f6f-40b1-b5fa-62fb8dfa786d</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-05-20T23:06:36.6960227Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>eb0635a5-4949-4415-9b8e-8dee660e05bd</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>e2b5dea9-586b-4cc3-b726-2527f6a88577</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "b9e5bd5b-2c2d-4a97-9aa6-deb1c054b29d", "AncestorID": "435d8ccf-a7bb-4b68-841b-4da4bfe53568", "UserID": "42b9156f-8f6f-40b1-b5fa-62fb8dfa786d", "Post": "sample string 1", "PostDate": "2025-05-20T23:06:36.6960227+00:00", "SiteID": "eb0635a5-4949-4415-9b8e-8dee660e05bd", "IndividualFullName": "sample string 2", "IndividualID": "e2b5dea9-586b-4cc3-b726-2527f6a88577", "UserName": "sample string 3" }