List Available Filters For Coordination Issues
list_available_filters_for_coordination_issuesList all available filter options for coordination issues in a Procore project. Use these filters to refine coordination issue queries by parameters such as project_id.
Instructions
This endpoint returns filters that are available to filter Coordination Issues an array of objects. Use this to enumerate Coordination Issues when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Coordination Issues. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/filter_options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| locale | No | Query string parameter — the locale in which you need the link to your translation file. Ensure it is one of the procore available locales. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |