get
/{tenantId}/v1/documentsList documents
Requires Authentication
Documents
Returns all documents belonging to the tenant.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
List of documents
Response Bodyapplication/json
itemsarray
Document[]Document
totalinteger
- Total number of documentsCode Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/documents' \
-H 'Authorization: Bearer {token}'