List Documents for Client
Lists all Documents for the specified client.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| offset | query integer (int32) | Number of records to skip (default: 0). Use with limit for pagination. |
Number of records to skip (default: 0). Use with limit for pagination. |
||
| limit | query integer (int32) | Maximum number of records to return (default: 10, max: 50) |
Maximum number of records to return (default: 10, max: 50) |
||
| sortBy | query enum | Field to sort by. |
Field to sort by. |
||
| sortDesc | query boolean | Sort in descending order (true) or ascending order (false, default) |
Sort in descending order (true) or ascending order (false, default) |
||
| documentCategoryCode | query string | Filter by document category code |
Filter by document category code |
||
| reviewStatus | query string | Filter by review status (Approved, PendingReview, Rejected) |
Filter by review status (Approved, PendingReview, Rejected) |
||
| clientApprovalStatus | query string | Filter by client approval status (None, Pending, Approved, Rejected) |
Filter by client approval status (None, Pending, Approved, Rejected) |
||
| search | query string | Search across document name and description (minimum 3 characters) |
Search across document name and description (minimum 3 characters) |
||