Retrieve a paginated list of all employee documents across the entire company.
Returns every document in the system across all employees, with support for filtering by employee ID, document file type, or specific document IDs. Use this for company-wide document reporting. To list documents for a single employee, use List Employee Documents instead.Documentation Index
Fetch the complete documentation index at: https://jobticket-docs.ticket-plus.app/llms.txt
Use this file to discover all available pages before exploring further.
1.100.asc, desc.id, employeeId, createdAt,
updatedAt.pdf.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.
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).
A paginated list of employee documents.