Get a raw document from a space by its document ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$documentIdstringRequired
ID of the document in the space
Query parameters
schemastring · enumOptionalPossible values:
Version of the schema used for the document.
Responses
200
Document
application/json
objectstring · enumRequiredPossible values:
get/spaces/{spaceId}/documents/{documentId}
200
Document
Last updated
Was this helpful?