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>3c0f1eb5-53c7-4d9f-8629-79f7cf16df52</ID>
<AncestorID>e78670a9-4702-4694-9a75-7648d21dbdff</AncestorID>
<UserID>e9f6dfe1-ac19-48ee-87bb-abd3e71ab7e4</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-10-31T15:26:55.5099071Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>48568be3-9b15-4350-b54a-a436c78384d1</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>9bdee8f1-a3bc-40f7-8fa0-a5de2639d4cb</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "3c0f1eb5-53c7-4d9f-8629-79f7cf16df52",
"AncestorID": "e78670a9-4702-4694-9a75-7648d21dbdff",
"UserID": "e9f6dfe1-ac19-48ee-87bb-abd3e71ab7e4",
"Post": "sample string 1",
"PostDate": "2025-10-31T15:26:55.5099071+00:00",
"SiteID": "48568be3-9b15-4350-b54a-a436c78384d1",
"IndividualFullName": "sample string 2",
"IndividualID": "9bdee8f1-a3bc-40f7-8fa0-a5de2639d4cb",
"UserName": "sample string 3"
}