List Coordination Issue File Filter Options
list_coordination_issue_file_filter_optionsRetrieve available source file filter options for Coordination Issues to paginate, find IDs, or filter by query parameters. Requires project_id.
Instructions
Returns a list of available source file filters that can be used to filter Coordination Issues. Use this to enumerate Coordination Issues when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Coordination Issues. Required parameters: project_id. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/filter_options/coordination_issue_file_id
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) |