Get a page from a specific historical revision by its page ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$revisionIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$pageIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
formatstring · enumOptionalPossible values:
Output format for the content.
format.markdown.refsstring · enumOptionalDefault:
Controls how content references are formatted in markdown output. Ignored unless format=markdown.
relative: Format page references as relative links from the current page. Other references might not be handled.stable: Format content references as stable idempotent refs containing their identifiers.
relativePossible values: evaluatedone ofOptionalDefault:
Controls whether the document should be evaluated.
- When set to
true, the entire document will be evaluated. - When set to
deterministic-only, only expressions that depend exclusively on deterministic inputs will be evaluated.
falsebooleanOptional
string · enumOptionalPossible values:
dereferencedone ofOptionalDefault:
Controls whether the document should be deferenced (eference to other content will be resolved and expanded).
- When set to
true, the entire document will be deferenced - When set to
reusable-contents, only reusable contents will be deferenced.
falsebooleanOptional
string · enumOptionalPossible values:
metadatabooleanOptionalDefault:
If false is passed, "git" mutable metadata will not returned. Passing false can optimize performances of the lookup.
truecomputedbooleanOptionalDefault:
If false is passed, content will not be computed
trueResponses
200
OK
application/json
or
or
or
get/spaces/{spaceId}/revisions/{revisionId}/page/{pageId}
200
OK
Last updated
Was this helpful?