Get Equipment
get_equipmentRetrieve equipment records for a customer by name or ID. Access details including type, make, model, serial number, warranty info, and custom fields for field service management.
Instructions
Get equipment records for a customer. Requires either customer_id or customer_name (resolved to ID automatically). Equipment includes type, make, model, serial number, location, warranty info, and custom fields (filter sizes, belt specs, etc.). Optionally fetch a single equipment record by equipment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_name | No | Customer name to look up equipment for (partial match). Resolved to customer_id internally. Either this or customer_id is required. | |
| 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. | |
| page | No | Page number (default: 1). | |
| per_page | No | Results per page (default: 50, max: 50). |