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