Get a change request page by its path
gitbook_get_page_in_change_request_by_pathGet the content of a page in a GitBook change request by providing the space ID, change request ID, and page path.
Instructions
Get a change request page by its path. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/content/path/{pagePath})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| pagePath | Yes | Path parameter: pagePath. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |