dolibarr_list_thirdparties
Retrieve a list of clients and suppliers from Dolibarr. Supports filtering by criteria and pagination for manageable results.
Instructions
List thirdparties (clients/suppliers) in Dolibarr. Supports basic filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 100) | |
| page | No | Zero-based page index | |
| sortfield | No | Field to sort by, e.g. 't.nom' | |
| sortorder | No | ||
| sqlfilters | No | Dolibarr SQL filter string, e.g. (t.client:=:1) |