Get Work Activity Filter Options
get_work_activity_filter_options_projectFetch available work activity filter values for property damage incidents in a Procore project. Use these options to populate incident filters.
Instructions
Returns work activities 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/work_activities
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) |