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>9d717b78-e585-43be-8a77-2ed99b1c310c</ID> <AncestorID>4a1a3c1f-1e52-49f2-8365-0aa1a0a9f8a1</AncestorID> <UserID>4d4790aa-b4d5-47e3-ae76-485f30110693</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-11T02:54:47.5977842Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>3a1e82ad-131c-4836-a81f-87be7066a881</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>46db6791-392d-4f1a-8c17-0954eaa29627</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "9d717b78-e585-43be-8a77-2ed99b1c310c", "AncestorID": "4a1a3c1f-1e52-49f2-8365-0aa1a0a9f8a1", "UserID": "4d4790aa-b4d5-47e3-ae76-485f30110693", "Post": "sample string 1", "PostDate": "2025-09-11T02:54:47.5977842+00:00", "SiteID": "3a1e82ad-131c-4836-a81f-87be7066a881", "IndividualFullName": "sample string 2", "IndividualID": "46db6791-392d-4f1a-8c17-0954eaa29627", "UserName": "sample string 3" }