Search items / articles
bexio_search_itemsSearch bexio articles by defining field criteria, values, and comparison operators. Supports filters, pagination, and ordering to retrieve matching records.
Instructions
Search items / articles with field criteria (POST /2.0/article/search).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of records (bexio default 500). | |
| offset | No | Number of records to skip. | |
| criteria | Yes | List of field/value/criteria filters (AND-combined). | |
| order_by | No | Field to order by, e.g. `id_desc` or `name_1`. |