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>1b7c77c9-9d61-45ae-8a2f-411415cff721</ID>
<AncestorID>6583501b-51a0-4f62-96dc-dbed49dde4bd</AncestorID>
<UserID>487e47a5-f7c1-4055-8bc6-e66aa7d1d75f</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-08-01T07:33:54.6464629Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>863c36ae-1114-4d24-a14a-84da1a08044e</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>58465d91-8090-4106-9763-5c4230ab5a0a</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "1b7c77c9-9d61-45ae-8a2f-411415cff721",
"AncestorID": "6583501b-51a0-4f62-96dc-dbed49dde4bd",
"UserID": "487e47a5-f7c1-4055-8bc6-e66aa7d1d75f",
"Post": "sample string 1",
"PostDate": "2026-08-01T07:33:54.6464629+00:00",
"SiteID": "863c36ae-1114-4d24-a14a-84da1a08044e",
"IndividualFullName": "sample string 2",
"IndividualID": "58465d91-8090-4106-9763-5c4230ab5a0a",
"UserName": "sample string 3"
}