Search Work Orders
search_work_ordersFind work orders in Zoho FSM using criteria expressions to filter by status, priority, or custom fields. Returns paginated results with selected fields.
Instructions
Search Work Orders with a Zoho criteria expression, e.g. (Status:equals:Open) or (Priority:equals:High).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| fields | No | Comma-separated list of field API names to return. | |
| criteria | Yes | Zoho criteria expression. | |
| per_page | No | Records per page (max 200). |