Document Endpoints
Get Document
Retrieves the document from the specified container definition
GET
/
container-definitions
/
{containerDefinitionId}
/
documents
/
{documentId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
containerDefinitionId
string
requiredID of the container definition
documentId
string
requiredID of the document to retrieve
Query Parameters
partitionKeys
object[]
requiredURL encoded JSON array that details the partition key or keys for the required document
Response
200 - application/json
The response is of type object
.