Gets a Document from a DocumentCollection by UUID

Deprecated
Returns specified Document from a DocumentCollection.

Path parameters

collectionNamestringRequired
Name of the Document Collection
documentUUIDstringRequired
UUID of the Document to be updated

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Response

OK
contentstring or null
created_atstring or null
document_idstring or null
embeddinglist of doubles or null
is_embeddedboolean or null
metadatamap from strings to any or null
updated_atstring or null
uuidstring or null

Errors