list_services
Retrieve a paginated list of services with exact-match filters by item description or code, and specify sort order or returned fields.
Instructions
List services. All filters are exact match.
Services live at /api/services, separate from /api/products. Sales/
purchase document lines distinguish them via item_type (Service
vs Product).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | JSON:API sort, e.g. `item_description`, `-created_at`. | |
| fields | No | Comma-separated subset of fields to return. | |
| item_code | No | Exact match on item_code. | |
| page_size | No | Items per page (1-500). | |
| page_number | No | 1-based page number. | |
| item_description | No | Exact match on item_description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||