List Journals
list_journalsRetrieve journal entries with pagination and filtering by date, client, operation type, registration status, document number, or modification date. Full view includes all fields.
Instructions
List journal entries. Paginated. Brief view omits postings; use view='full' for headers or get_journal for postings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| view | No | Response detail: brief (default) returns triage fields; full returns every API field. | |
| date_to | No | Only journals with effective_date <= this (YYYY-MM-DD). Filters by effective_date; narrowed server-side. | |
| per_page | No | Items per page when filtering (default 100, max 500) | |
| date_from | No | Only journals with effective_date >= this (YYYY-MM-DD). Filters by effective_date; narrowed server-side. | |
| clients_id | No | Filter by clients_id | |
| registered | No | Only registered (true) or unregistered (false) journals | |
| modified_since | No | Return only objects modified since this timestamp (ISO 8601) | |
| operation_type | No | Filter by operation_type (e.g. ENTRY, TRANSACTION, SALE_INVOICE, PURCHASE_INVOICE) | |
| document_number_contains | No | Case-insensitive substring match on document_number |