Download Coordination Issues
download_coordination_issuesDownload coordination issues to your preferred format (BCF, CSV, or PDF). Use filters to scope the export by assignee, status, location, and more.
Instructions
Downloads coordination issues to a file specified by the export format. The items to be exported can be scoped by using filters. BCF export will only export the issues with a snapshot and valid camera data. Use this to retrieve a downloadable file or export URL for Coordination Issues. Returns a JSON object with the file contents or download URL for Coordination Issues. Required parameters: project_id, export_format. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__assignee_company_id__ | No | Query string parameter — filter item(s) with matching assignee vendor companies. | |
| column_state | No | Query string parameter — optional array of column configuration objects from frontend table state. Allows export to respect custom column visibility and ordering. Each object should have a 'field' property with the column ... | |
| filters__assignee_id__ | No | Query string parameter — filter item(s) with matching assignees. | |
| filters__ids__ | No | Query string parameter — filter item(s) with matching ids. | |
| filters__location_id__ | No | Query string parameter — filter item(s) with matching locations. | |
| filters__search | No | Query string parameter — filter item(s) with the matching search query. The search is performed on title and issue number. | |
| filters__coordination_issue_file_id__ | No | Query string parameter — filter item(s) with the exact coordination issue file. | |
| filters__status__ | No | Query string parameter — filter item(s) with matching status. | |
| filters__updated_at | No | Query string parameter — filter item(s) within a specific updated at iso8601 datetime range. | |
| filters__issue_type__ | No | Query string parameter — filter item(s) with matching issue_type. | |
| filters__priority__ | No | Query string parameter — filter item(s) with matching priority. | |
| filters__trade_id__ | No | Query string parameter — filter item(s) with matching trades. | |
| filters__overdue | No | Query string parameter — filter item(s) with matching Overdue. | |
| view | No | Query string parameter — response detail level. Use 'normal' for standard fields or 'extended' for all fields | |
| sort | No | Query string parameter — sort item(s) by an attribute. The default sort is ascending. To sort in descending order, prepend the sort value with a hyphen character '-' | |
| export_format | Yes | Query string parameter — export File Format. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |