List all change request comment replies
gitbook_list_comment_replies_in_change_requestRetrieve all replies to a specific comment in a change request, enabling review of discussion threads.
Instructions
List all change request comment replies. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| commentId | Yes | Path parameter: commentId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |