Read all comments for a given ancestor ID.
ancestorid
globally unique identifier
Required
Guid ID for departments, individuals, metrics, organizations, projects, or tasks |
tz
string
Optional parameter to set time zone information. |
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>b6cd20f4-a6e3-4215-8a18-1c3561c402c5</ID> <AncestorID>52f1977a-e5f9-44d8-8c14-5b071a586f9a</AncestorID> <UserID>1a30f138-6740-4db6-9b09-ab56db2c310b</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-06-15T06:41:16.1913801Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>608faab3-6422-4b08-bc1a-1aa85d4c1860</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>d1e8626d-0539-4fed-8ce7-1145959e9c08</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "b6cd20f4-a6e3-4215-8a18-1c3561c402c5", "AncestorID": "52f1977a-e5f9-44d8-8c14-5b071a586f9a", "UserID": "1a30f138-6740-4db6-9b09-ab56db2c310b", "Post": "sample string 1", "PostDate": "2025-06-15T06:41:16.1913801+00:00", "SiteID": "608faab3-6422-4b08-bc1a-1aa85d4c1860", "IndividualFullName": "sample string 2", "IndividualID": "d1e8626d-0539-4fed-8ce7-1145959e9c08", "UserName": "sample string 3" }