search_contact_groups
Find contact groups in bexio using custom search criteria, with support for pagination via limit and offset, and sorting by id or name.
Instructions
Search contact groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body as defined by the bexio API. | |
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| order_by | No | Defines the order of the results. Multiple sort parameters can be combined by using a comma separator. `_asc` and `_desc` can be appended to any parameter to either sort ascending (default) or descending. |