wafeq_journal_line_items_list
Retrieve journal line items filtered by account, journal, contact, project, currency, tax rate, or date range. Use date_before/date_after to filter by actual transaction date, not created_ts.
Instructions
๐ข READ-ONLY ยท Journal Line Items ยท GET /journal-line-items/
List journal line items
Endpoint for retrieving a list of journal line items.
NO DATE FIELD: rows carry created_ts (when the row was written to Wafeq) and modified_ts, but NOT the transaction date. created_ts is frequently a different month from the transaction โ do not report it as the transaction date. To work by transaction date, filter with date_after/date_before, which DO operate on the real transaction date. For rows that come back already carrying their date, use the wafeq_account_ledger tool instead. Note this endpoint is cursor-paginated (cursor + page_size), unlike the rest of the API, which uses page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | The unique identifier of the branch. | |
| cursor | No | The pagination cursor value. | |
| account | No | The unique identifier of the account. | |
| contact | No | The unique identifier of the contact. | |
| journal | No | The unique identifier of the journal. | |
| project | No | The unique identifier of the project. | |
| currency | No | Currency | |
| tax_rate | No | The unique identifier of the tax rate. | |
| page_size | No | Number of results to return per page. | |
| date_after | No | Date | |
| date_before | No | Date | |
| created_ts_after | No | The timestamp in UTC when the line item was created | |
| created_ts_before | No | The timestamp in UTC when the line item was created | |
| modified_ts_after | No | The timestamp in UTC when the line item was last modified | |
| modified_ts_before | No | The timestamp in UTC when the line item was last modified | |
| account_classification | No | Account classification |