Retrieve a paginated list of documents belonging to a specific employee.
Returns all documents associated with a given employee. For a company-wide view across all employees, use List All Documents instead.Documentation Index
Fetch the complete documentation index at: https://allridegmbh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1.100.asc, desc.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.
The unique numeric ID of the employee whose documents to list.
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 A paginated list of the employee's documents.