download_coordination_issues
Export coordination issues from Procore projects to BCF, CSV, or PDF formats with customizable filters and column configurations.
Instructions
Download Coordination Issues. [Project Management/Coordination Issues] GET /rest/v1.0/coordination_issues/export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__assignee_company_id__ | No | Filter item(s) with matching assignee vendor companies. | |
| column_state | No | 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 | Filter item(s) with matching assignees. | |
| filters__ids__ | No | Filter item(s) with matching ids. | |
| filters__location_id__ | No | Filter item(s) with matching locations. | |
| filters__search | No | Filter item(s) with the matching search query. The search is performed on title and issue number. | |
| filters__coordination_issue_file_id__ | No | Filter item(s) with the exact coordination issue file. | |
| filters__status__ | No | Filter item(s) with matching status. | |
| filters__updated_at | No | Filter item(s) within a specific updated at iso8601 datetime range. | |
| filters__issue_type__ | No | Filter item(s) with matching issue_type. | |
| filters__priority__ | No | Filter item(s) with matching priority. | |
| filters__trade_id__ | No | Filter item(s) with matching trades. | |
| filters__overdue | No | Filter item(s) with matching Overdue. | |
| view | No | Export View. | |
| sort | No | 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 | Export File Format. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |