Get Doc Page Revision
get_doc_page_revisionGet one revision's full title and content — the preview before restoring it with manage_doc_page(action: 'restore_revision'). Get revisionId from list_doc_page_revisions. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The public Id (Guid) of the page | |
| versionId | Yes | The public Id (Guid) of the doc version | |
| revisionId | Yes | The public Id (Guid) of the revision | |
| documentationId | Yes | The public Id (Guid) of the documentation |