Returns all comments of the project with the specified id.
The id of the project.
Page number for pagination
Number of items per page
The properties to order by
The filter expression to filter by
OK
The id of the comment.
The id of the entity of the comment. Required.
The type of the entity of the comment. Can be “projects”, “tasks”. Required.
The date this object was created.
The id of the user who created this object.
The date this object was last modified.
The id of the user who last modified this object.
A mention is the tag of a user on a specific comment, so the user is notified.
The reactions on a comment.
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.
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.
The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.
The message of the comment.
The id of the user who created the comment. Optional. If not set, defaults to the current user.
The preview URLs to show a preview for.
True if the comment should be hidden to connect users.