wafeq_manual_journals_list
Retrieve a paginated list of manual journals from Wafeq. Filter by reference, date range, external ID, or creation/modified timestamps to locate specific entries.
Instructions
๐ข READ-ONLY ยท Manual Journals ยท GET /manual-journals/
List manual journals
Endpoint for retrieving a list of manual journals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| page_size | No | Number of results to return per page. | |
| reference | No | Reference | |
| date_after | No | Date | |
| date_before | No | Date | |
| external_id | No | External identifier | |
| created_ts_after | No | The timestamp in UTC when the journal was created | |
| created_ts_before | No | The timestamp in UTC when the journal was created | |
| modified_ts_after | No | The timestamp in UTC when the journal was last modified | |
| modified_ts_before | No | The timestamp in UTC when the journal was last modified |