search_all_equipment_project
Search and filter all equipment within a Procore project using criteria like category, status, dates, and keywords to manage field productivity.
Instructions
Search all equipment. [Project Management/Field Productivity] POST /rest/v1.0/projects/{project_id}/managed_equipment/search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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. | |
| filters__onsite | No | Onsite Dates. Returns item(s) with the specified range of onsite dates. | |
| filters__offsite | No | Offsite Dates. Returns item(s) with the specified range of offsite dates. | |
| filters__ownership | No | Returns only item(s) with the specified ownership value. Must be one of Owned, Rented, or Sub. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor ID. | |
| filters__induction_status | No | Returns item(s) with the specified inudction status. |