Get a change request comment reply
gitbook_get_comment_reply_in_change_requestRetrieve a specific reply to a comment in a GitBook change request using space, change request, comment, and reply IDs.
Instructions
Get a change request comment reply. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies/{commentReplyId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| commentId | Yes | Path parameter: commentId. | |
| commentReplyId | Yes | Path parameter: commentReplyId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |