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>afc70cb8-d6d0-4a4e-a448-7e3ff6039acf</ID>
<AncestorID>4608895b-3f27-43cc-ab32-7487be8fd3b7</AncestorID>
<UserID>d7087689-ded2-4cf5-bc00-357e8ec737e8</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-27T21:03:40.3075371Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>0ef54af0-93c3-4660-89e5-2037c305cb2d</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>b67ebcd5-155d-44af-843f-8b7c231861e9</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "afc70cb8-d6d0-4a4e-a448-7e3ff6039acf",
"AncestorID": "4608895b-3f27-43cc-ab32-7487be8fd3b7",
"UserID": "d7087689-ded2-4cf5-bc00-357e8ec737e8",
"Post": "sample string 1",
"PostDate": "2026-07-27T21:03:40.3075371+00:00",
"SiteID": "0ef54af0-93c3-4660-89e5-2037c305cb2d",
"IndividualFullName": "sample string 2",
"IndividualID": "b67ebcd5-155d-44af-843f-8b7c231861e9",
"UserName": "sample string 3"
}