Get Affected Persons Filter Options
get_affected_persons_filter_options_projectRetrieves available affected persons filter values for near misses in a Procore project. Use to populate filter options when viewing incidents.
Instructions
Returns affected persons 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_persons
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) |