list_all_equipment_company
Retrieve all equipment records for a company in Procore. Filter by equipment details, service dates, project assignments, or status to manage field assets.
Instructions
List all Equipment. [Project Management/Field Productivity] GET /rest/v1.0/companies/{company_id}/managed_equipment
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. |