GET
/
container-definitions
/
{containerDefinitionId}
/
documents
/
{documentId}
curl --request GET \
  --url https://api.slyce-io.co.uk/container-definitions/{containerDefinitionId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

containerDefinitionId
string
required

ID of the container definition

documentId
string
required

ID of the document to retrieve

Query Parameters

partitionKeys
object[]
required

URL encoded JSON array that details the partition key or keys for the required document

Response

200
application/json
Document Retrieved

The response is of type object.