Get Affected Company Filter Options
get_affected_company_filter_options_project_v1_0Fetch available affected companies for filtering near misses incidents by project ID. Returns a JSON array of filter options.
Instructions
Returns affected companies in use for filtering near misses. 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/near_misses/filter_options/affected_companies
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) |