Returns all comments of the project with the specified id.

GET
Returns all comments of the project with the specified id.

Path parameters

projectIdstringRequired
The id of the project.

Query parameters

pageintegerOptional
Page number for pagination
pageSizeintegerOptional
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

This endpoint returns a list of objects
messagestring
The message of the comment.
userIdstringOptional
The id of the user who created the comment. Optional. If not set, defaults to the current user.
previewslist of stringsOptional
The preview URLs to show a preview for.
idstringOptional
The id of the comment.
entityIdstringOptional
The id of the entity of the comment. Required.
entityTypestringOptional
The type of the entity of the comment. Can be "projects", "tasks". Required.
entityobjectOptional
projectobjectOptional
createdOndatetimeOptional
The date this object was created.
createdBystringOptional
The id of the user who created this object.
userobjectOptional
updatedOndatetimeOptional
The date this object was last modified.
updatedBystringOptional
The id of the user who last modified this object.
mentionsobjectOptional
A mention is the tag of a user on a specific comment, so the user is notified.
reactionslist of objectsOptional
The reactions on a comment.
formattedMessagestringOptional
The formatted and proccessed version of the comment message. E.g. mentions are in a human readable format. The formatted comment message is styled with html.
plainFormattedMessagestringOptional
The formatted and proccessed version of the comment message. E.g. mentions are in a human readable format. The formatted comment message is not styled.
resourceVersionlongOptional
The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.