get
/{tenantId}/v1/document-sets/{documentSetId}Get document set
Requires Authentication
Document Sets
Returns a document set with its document count.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
documentSetIdrequired | string (uuid) | Document set UUID |
Responses
Document set details
Response Bodyapplication/json
idstring (uuid)
tenantIdstring (uuid)
statusstring
enum: "open" | "closed"documentCountinteger (int32)
- Number of documents in this setcreatedAtstring (date-time)
updatedAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/document-sets/{documentSetId}' \
-H 'Authorization: Bearer {token}'