wafeq_invoices_list
Retrieve invoices from Wafeq with optional filters for status, contact, project, branch, date, and time ranges, supporting pagination.
Instructions
๐ข READ-ONLY ยท Invoices ยท GET /invoices/
List invoices
Endpoint for retrieving a list of invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| branch | No | The unique identifier of the branch. | |
| status | No | The status of the invoice | |
| contact | No | The unique identifier of the contact. | |
| project | No | The unique identifier of the project. | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| invoice_date | No | The date of the document | |
| created_ts_after | No | The timestamp in UTC when the invoice was created | |
| created_ts_before | No | The timestamp in UTC when the invoice was created | |
| modified_ts_after | No | The timestamp in UTC when the invoice was last modified | |
| modified_ts_before | No | The timestamp in UTC when the invoice was last modified |