GET /documents-clients
Retrieves metadata for client documents. Returns records only; no file content or download URL is included in the response.This endpoint is read-only. There is no POST or PUT endpoint for client document uploads. For worker document upload and update, see Worker documents.
GET /documents-clients?fromDate=2026-01-01&toDate=2026-01-31
Parameters:
Filtering is limited to date range. There is no
clientId or categoryId filter on this endpoint.The response does not include
CategoryId, upload date/time, or file size. To retrieve the list of available document categories, use GET /category-documents.