Get Managed Equipment Filter Options
get_managed_equipment_filter_options_projectRetrieves managed equipment filter options for property damage incidents in a project. Use to populate dropdowns or filter criteria.
Instructions
Returns managed equipment in use for filtering property damages. Use this to fetch the full details of a specific Incidents by its identifier. Returns a JSON array of available filter values for Incidents. Required parameters: project_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/incidents/property_damages/filter_options/managed_equipment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |