Get Work Activity Filter Options
get_work_activity_filter_options_project_v1_0_4Get work activity filter options for environmental records in Procore incidents. Specify project ID to retrieve available filter values.
Instructions
Returns work activities in use for filtering environmental records. 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/environmentals/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) |