billy_list_contacts
Retrieve contacts from Billy's accounting system using filters for customer/supplier status, sorting, and pagination to manage your contact list efficiently.
Instructions
List contacts with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| pageSize | No | Number of items per page (max 1000) | |
| isCustomer | No | Filter by customer status | |
| isSupplier | No | Filter by supplier status | |
| sortProperty | No | Property to sort by | |
| sortDirection | No | Sort direction |