Checkio API
get/{tenantId}/v1/document-sets/{documentSetId}

Get document set

Requires Authentication
Document Sets

Returns a document set with its document count.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
documentSetId
required
string (uuid)Document set UUID

Responses

Document set details

Response Bodyapplication/json
id
string (uuid)
tenantId
string (uuid)
status
string
enum: "open" | "closed"
documentCount
integer (int32)
- Number of documents in this set
createdAt
string (date-time)
updatedAt
string (date-time)

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/document-sets/{documentSetId}' \
  -H 'Authorization: Bearer {token}'