wafeq_payslips_list
List payslips with filters for branch, project, employee, or date to locate and review payroll records.
Instructions
๐ข READ-ONLY ยท Payslips ยท GET /payslips/
List payslips
Endpoint for retrieving a list of payslips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| branch | No | The unique identifier of the branch. | |
| project | No | The unique identifier of the project. | |
| employee | No | The unique identifier of the employee. | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| payslip_date | No | The date of the document. | |
| created_ts_after | No | The timestamp in UTC when the payslip was created | |
| created_ts_before | No | The timestamp in UTC when the payslip was created | |
| modified_ts_after | No | The timestamp in UTC when the payslip was last modified | |
| modified_ts_before | No | The timestamp in UTC when the payslip was last modified |