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

List documents in a set

Requires Authentication
Document Sets

Returns all documents belonging to a specific document set.

Path Parameters

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

Responses

List of documents in the set

Response Bodyapplication/json
items
array
Document[]
Document
total
integer
- Total number of documents in the set

Code Examples

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