GET /rest/v1.0/coordination_issues/export
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.
Servers
- https://api.procore.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
filters[location_id][][] |
Array | No |
Filter item(s) with matching locations. |
project_id |
Integer | Yes |
Unique identifier for the project. |
filters[assignee_id][][] |
Array | No |
Filter item(s) with matching assignees. |
filters[coordination_issue_file_id][][] |
Array | No |
Filter item(s) with the exact coordination issue file. |
filters[priority][][] |
Array | No |
Filter item(s) with matching priority. |
sort |
String | 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 '-' Possible values:
|
filters[issue_type][][] |
Array | No |
Filter item(s) with matching issue_type. |
filters[trade_id][][] |
Array | No |
Filter item(s) with matching trades. |
filters[assignee_company_id][][] |
Array | No |
Filter item(s) with matching assignee vendor companies. |
view |
String | No |
Export View. Possible values:
|
filters[status][][] |
Array | No |
Filter item(s) with matching status. |
export_format |
String | Yes |
Export File Format. Possible values:
|
filters[search] |
String | No |
Filter item(s) with the matching search query. The search is performed on title and issue number. |
filters[updated_at] |
String | No |
Filter item(s) within a specific updated at iso8601 datetime range. |
filters[ids][][] |
Array | No |
Filter item(s) with matching ids. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.