search_all_equipment_company
Search and filter all equipment within a company using criteria like category, type, status, service dates, and keywords to manage field assets.
Instructions
Search all equipment. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/managed_equipment/query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__managed_equipment_id | No | Return item(s) with the specified Managed Equipment ID. | |
| filters__managed_equipment_category_id | No | Return item(s) with the specified Managed Equipment Category ID. | |
| filters__managed_equipment_type_id | No | Return item(s) with the specified Managed Equipment Type ID. | |
| filters__managed_equipment_make_id | No | Return item(s) with the specified Managed Equipment Make ID. | |
| filters__managed_equipment_model_id | No | Return item(s) with the specified Managed Equipment Model ID. | |
| filters__company_visible | No | If true, return item(s) with 'company visible' status. | |
| filters__current_project_id | No | Return item(s) with the specified current project ID. | |
| filters__year | No | Return item(s) with the specified year. | |
| filters__status | No | Returns item(s) matching the specified status value. | |
| filters__last_service_date | No | Return item(s) with a last service date within the specified ISO 8601 datetime range. | |
| filters__next_service_date | No | Return item(s) with a next service date within the specified ISO 8601 datetime range. | |
| search_keyword | No | Search keyword to search Project Managed Equipment. |