Get Equipment
get_equipmentRetrieve customer equipment records by customer ID or name, including type, make, model, serial, warranty, and custom fields. Optionally fetch a specific record using equipment ID.
Instructions
Get equipment records for a customer (type, make, model, serial, warranty, custom fields). Requires customer_id or customer_name. Optionally fetch a single record via equipment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1). | |
| per_page | No | Results per page (default: 50, max: 50). | |
| customer_id | No | Customer ID (skips name resolution). Either this or customer_name is required. | |
| equipment_id | No | Specific equipment ID to fetch a single record. | |
| customer_name | No | Customer name (partial match), resolved to customer_id internally. Either this or customer_id is required. |