post
/{tenantId}/v1/document-setsCreate document set
Requires Authentication
Document Sets
Creates a new document set for grouping documents together.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
Document set created
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 POST 'https://api-next.checkio.co.uk/{tenantId}/v1/document-sets' \
-H 'Authorization: Bearer {token}'