Get a single comment from a space by its ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$commentIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
formatstring · enumOptionalPossible values:
Output format for the content.
Responses
200
The returned comment.
application/json
and
anyOptional
or
get/spaces/{spaceId}/comments/{commentId}
200
The returned comment.
Last updated
Was this helpful?