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>38d15f35-29cc-4a6a-9f58-a887e1c3db11</ID>
<AncestorID>9a474c6c-4a17-41f5-8b0a-dc8d90d5598a</AncestorID>
<UserID>c3af0695-6d24-4366-9416-908ee96caaca</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-12T01:42:59.4571588Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>55cf6650-d37d-4266-bb33-bbdc67436a87</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>5535da9b-4db3-40fa-bd26-68bb892cd555</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "38d15f35-29cc-4a6a-9f58-a887e1c3db11",
"AncestorID": "9a474c6c-4a17-41f5-8b0a-dc8d90d5598a",
"UserID": "c3af0695-6d24-4366-9416-908ee96caaca",
"Post": "sample string 1",
"PostDate": "2026-06-12T01:42:59.4571588+00:00",
"SiteID": "55cf6650-d37d-4266-bb33-bbdc67436a87",
"IndividualFullName": "sample string 2",
"IndividualID": "5535da9b-4db3-40fa-bd26-68bb892cd555",
"UserName": "sample string 3"
}