List all backlink locations of a change request file
gitbook_list_change_request_file_backlinksList all backlink locations of a file in a change request to find where it is referenced.
Instructions
List all backlink locations of a change request file. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/content/files/{fileId}/backlinks)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| fileId | Yes | Path parameter: fileId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |