List contacts
bexio_list_contactsRetrieve bexio contacts with configurable pagination and ordering to manage your customer list.
Instructions
List contacts from bexio (GET /2.0/contact). Supports pagination and ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of records (bexio default 500). | |
| offset | No | Number of records to skip. | |
| order_by | No | Field to order by, e.g. `id_desc` or `name_1`. |