Employees
List Employee Documents
Retrieve a paginated list of documents belonging to a specific employee.
GET
Returns all documents associated with a given employee. For a company-wide view across all employees, use List All Documents instead.
Path Parameters
The unique numeric ID of the employee whose documents to list.
Query Parameters
Full-text search across document names.
Page number to return. Starts at
1.Number of results per page. Maximum is
100.Sort direction. Allowed values:
asc, desc.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.
Path Parameters
The unique numeric ID of the employee whose documents to list.
Query Parameters
Search across document names.
Page number to return. Starts at 1.
Required range:
x >= 0Number of results per page. Maximum is 100.
Required range:
0 <= x <= 100Sort direction — asc for ascending, desc for descending.
Available options:
asc, desc Response
200 - application/json
A paginated list of the employee's documents.

