List all users who commented in a CR
gitbook_list_commenters_in_change_requestRetrieve all users who commented in a specific change request. Provide space ID and change request ID to get the list.
Instructions
List all users who commented in a CR. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/commenters)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |