list_client_contacts
Retrieve contact persons for client companies, with optional filters and pagination. Use this to access company contacts from ServiceM8.
Instructions
List contact person for a client company records, optionally filtered. Maps to GET /companycontact.json. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous call's nextCursor. Omit for the first page (defaults to "-1"). Each page returns up to 1000 records. | |
| filter | No | OData-style filter, e.g. "status eq 'Work Order'" or "active eq 1 and company_uuid eq '...'". Operators: eq, ne, gt, lt. Up to 10 conditions joined with 'and'. |