Get the document body of a reusable content block in a historical revision
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_-]+$reusableContentIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
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:
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
get/spaces/{spaceId}/revisions/{revisionId}/reusable-contents/{reusableContentId}/document
200
OK
Last updated
Was this helpful?