wafeq_employees_list
List employees from Wafeq with pagination and optional filters for country and creation or modification timestamps, enabling targeted workforce data retrieval.
Instructions
๐ข READ-ONLY ยท Employees ยท GET /employees/
List employees
Endpoint for retrieving a list of employees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| country | No | ||
| page_size | No | Number of results to return per page. | |
| created_ts_after | No | The timestamp in UTC when the employee was created | |
| created_ts_before | No | The timestamp in UTC when the employee was created | |
| modified_ts_after | No | The timestamp in UTC when the employee was last modified | |
| modified_ts_before | No | The timestamp in UTC when the employee was last modified |