Get the document of a reusable content in a revision
gitbook_get_reusable_content_document_in_revision_by_idRetrieve the document of a reusable content within a specific revision of a GitBook space.
Instructions
Get the document of a reusable content in a revision. (GET /spaces/{spaceId}/revisions/{revisionId}/reusable-contents/{reusableContentId}/document)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| revisionId | Yes | Path parameter: revisionId. | |
| reusableContentId | Yes | Path parameter: reusableContentId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |