List all backlink locations of a change request page
gitbook_list_change_request_page_backlinksRetrieve all backlink locations for a specific page within a change request to review references before finalizing edits.
Instructions
List all backlink locations of a change request page. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/content/page/{pageId}/backlinks)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| pageId | Yes | Path parameter: pageId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |