Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ancestorid globally unique identifier Required

Guid ID for departments, individuals, metrics, organizations, projects, or tasks

tz string

Optional parameter to set time zone information.

Body Parameters

None.

Response Information

Resource Description (Comment)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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.

Response Formats

application/xml, text/xml

Sample
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>d4f718ba-7a3e-43ab-97ea-af9a8adaca51</ID>
  <AncestorID>f59f873d-4f98-4f73-90d5-db69727ffec7</AncestorID>
  <UserID>c2013dd6-4353-47ac-8822-a42c5eb2a112</UserID>
  <Post>sample string 1</Post>
  <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-03-03T15:24:49.4908046Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </PostDate>
  <SiteID>a88d1c1c-9fc4-480a-b7ce-1762b75daf60</SiteID>
  <IndividualFullName>sample string 2</IndividualFullName>
  <IndividualID>3153ef70-8d71-451b-93f8-25b3e46ba736</IndividualID>
  <UserName>sample string 3</UserName>
</Comment>

application/json, text/json

Sample
{
  "ID": "d4f718ba-7a3e-43ab-97ea-af9a8adaca51",
  "AncestorID": "f59f873d-4f98-4f73-90d5-db69727ffec7",
  "UserID": "c2013dd6-4353-47ac-8822-a42c5eb2a112",
  "Post": "sample string 1",
  "PostDate": "2024-03-03T15:24:49.4908046+00:00",
  "SiteID": "a88d1c1c-9fc4-480a-b7ce-1762b75daf60",
  "IndividualFullName": "sample string 2",
  "IndividualID": "3153ef70-8d71-451b-93f8-25b3e46ba736",
  "UserName": "sample string 3"
}