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>40762313-3db0-4b22-b8f1-09c6e5891424</ID> <AncestorID>03e46a82-f598-44ed-8573-d0d0a8d6500e</AncestorID> <UserID>ed2b3abe-1206-46ce-b4b1-90bff87669a5</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-03-05T00:29:18.6654Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>547b72b3-6bf4-4acc-942e-1cd2f7c54c59</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>fe1f88e6-a58b-49aa-860e-f6fc48bf1b3b</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "40762313-3db0-4b22-b8f1-09c6e5891424", "AncestorID": "03e46a82-f598-44ed-8573-d0d0a8d6500e", "UserID": "ed2b3abe-1206-46ce-b4b1-90bff87669a5", "Post": "sample string 1", "PostDate": "2025-03-05T00:29:18.6654+00:00", "SiteID": "547b72b3-6bf4-4acc-942e-1cd2f7c54c59", "IndividualFullName": "sample string 2", "IndividualID": "fe1f88e6-a58b-49aa-860e-f6fc48bf1b3b", "UserName": "sample string 3" }