Retrieve a task comment
Retrieves a single task comment by id from the Tasks marketplace app installed on the workspace. The request is proxied to the app’s comments API. Requires the Tasks app to be installed.
Authorizations
Path Parameters
Comment id
Response
OK
AuthorID is the identifier of the user who authored the comment.
"64734088-94c7-47dd-b2fe-e5ac7e5cfaf4"
Content is the body text of the comment.
"Looks good, ready to ship."
Created is the RFC 3339 timestamp at which the object was created.
"2024-01-15T09:30:00Z"
Deleted is true when the object has been deleted; present only on delete responses.
true
ID is the unique identifier of the object.
"550e8400-e29b-41d4-a716-446655440000"
Object is the type of the object (e.g. "client", "company").
client, internalUser, company, customField, customFieldOption, file, fileChannel, folder, messageChannel, message, notification TaskID is the identifier of the task this comment belongs to.
"550e8400-e29b-41d4-a716-446655440000"
Updated is the RFC 3339 timestamp at which the object was last updated.
"2024-02-20T14:05:00Z"