List All Documents
Retrieve a paginated list of all employee documents across the entire company.
Query Parameters
1.100.asc, desc.id, employeeId, createdAt,
updatedAt.pdf.Response
Authorizations
HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
Query Parameters
Full-text search across document names.
Page number to return. Starts at 1.
x >= 0Number of results per page. Maximum is 100.
0 <= x <= 100Sort direction — asc for ascending, desc for descending.
asc, desc Field to sort results by.
id, employeeId, createdAt, updatedAt Filter to a specific set of document IDs.
x >= 0Filter to documents belonging to specific employee IDs.
x >= 0Filter by document file type (e.g. contract, payslip).
Response
A paginated list of employee documents.

