List Creation Source Filter Options
list_creation_source_filter_optionsRetrieve available creation source filter options for Coordination Issues in a Procore project. Use these filter values to narrow down coordination issue lists by their source.
Instructions
Returns a list of available creation source 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/created_from
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) |