Get a list of relations
list_relationsRetrieve paginated lists of business relations with contacts, tags, and subtypes. Search by name, city, or relation number, and filter by edit date to manage bookkeeping data.
Instructions
Get a list of relations.
Get a paginated list of all relations. For each relation the contacts, tags and subtypes are included.
[Relations] GET /relations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default = 1). | |
| search | No | Search string. Searches in company name, street, city and relation number. | |
| records | No | Number of records per page (default = 20). | |
| last_edit | No | Only return relations edited after this date (format: YYYY-mm-dd). | |
| administration | No | The client administration to act on. Only one is configured: default. |