Get a list of receipts
list_receiptsRetrieve a paginated list of receipts for the administration. Filter by processing status or sort by date, type, description, or amount to find specific receipts.
Instructions
Get a list of receipts.
Get a paginated list of all receipts (bonnetjes) for this administration.
[Receipts] GET /receipts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default = 1). | |
| sort | No | Sort order in `field.direction` format. Supported fields: `date`, `type`, `description`, `amount`. Default: `date.desc`. | |
| filter | No | Filter results by processing status. | |
| records | No | Number of records per page. | |
| administration | No | The client administration to act on. Only one is configured: default. |