Space comments
Integrate and manage user comments in a space.
Comments are a powerful way to gather feedback on your documentation. Use this API to post, list, update, or delete comments and keep conversations organized.
Returns a paginated list of comments posted directly on the space (not inside a change request). To read replies to a specific comment, use the comment replies endpoint.
A unique entity identifier
^[a-zA-Z0-9_-]+$Identifier of the page results to fetch.
The number of results per page
An order for the items in the list
descPossible values: When provided, only comments with the given status are returned. Defaults to "all".
allPossible values: Output format for the content.
The target page of the comment
User IDs to filter queried comments on
OK
Total count of objects in the list
OK
Creates a new top-level comment on the space, optionally anchored to a specific page or a text selection within a page. Use this to leave feedback, start a review thread, or annotate content. To reply to an existing comment, use the comment replies endpoint.
A unique entity identifier
^[a-zA-Z0-9_-]+$The node to which the comment is posted, if any.
The page to which the comment is posted, if any.
The content of the comment.
The comment was posted.
The comment was posted.
Returns a specific comment posted on a space. To list all comments in a space, use the space comments list endpoint.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$Output format for the content.
The returned comment.
The returned comment.
Updates the content or resolution status of an existing comment on a space. Only the comment author or a space admin can update a comment. Use this to edit a comment's text, mark it as resolved, or reopen it.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$Whether the comment is resolved or not.
Content of the comment.
Reactions to add to the comment.
Reactions to remove from the comment.
The comment was updated.
The comment was updated.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$Comment did not exist.
The comment has been deleted.
No content
Creates a reply to an existing comment on a space. Use this to continue a discussion thread started by a top-level comment. To start a new thread, use the space comment creation endpoint instead.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$The content of the comment.
The reply was posted.
Type of Object, always equals to "comment-reply"
Unique identifier for the reply.
Date when the reply was edited, if it has been edited.
The reply was posted.
Returns a specific reply to a comment in a space. To list all replies for a comment, use the comment replies list endpoint.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$Output format for the content.
The returned comment reply.
Type of Object, always equals to "comment-reply"
Unique identifier for the reply.
Date when the reply was edited, if it has been edited.
The returned comment reply.
Updates the content of an existing reply to a comment in a space. Only the reply author or a space admin can update the reply. To update the parent comment, use the space comment update endpoint.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$Content of the comment.
Reactions to add to the comment.
Reactions to remove from the comment.
The reply was updated.
Type of Object, always equals to "comment-reply"
Unique identifier for the reply.
Date when the reply was edited, if it has been edited.
The reply was updated.
A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$A unique entity identifier
^[a-zA-Z0-9_-]+$Comment reply did not exist.
The comment has been deleted.
No content
Returns a paginated list of organization members who have posted at least one comment in the space. Use this to identify participants in a space's review or annotation workflow. For the actual comment content, use the space comments endpoint.
A unique entity identifier
^[a-zA-Z0-9_-]+$Identifier of the page results to fetch.
The number of results per page
OK
Total count of objects in the list
OK
Last updated
Was this helpful?