Get a single comment from a change request 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_-]+$changeRequestIdstringRequiredPattern:
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}/change-requests/{changeRequestId}/comments/{commentId}
200
The returned comment.
Last updated
Was this helpful?