GET /rest/v1.0/coordination_issues
Lists Coordination Issues associated with the specified Project.
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. |
filters[coordination_issue_file_id][][] |
Array | No |
Filter item(s) with the exact coordination issue file. |
viewpoint_format |
String | No |
Specify viewpoint data format. This parameter functions only when the query parameter view is 'extended' The default format returns the viewpoint content as saved. The procore format returns the viewpoint content converted to Procore format. If a valid conversion is not possible, empty viewpoint is returned. Valid values:
|
filters[priority][][] |
Array | No |
Filter item(s) with matching priority. |
filters[created_at] |
String | No |
Filter item(s) within a specific created at iso8601 datetime range. |
filters[status][][] |
Array | No |
Filter item(s) with matching status. |
save_sticky_filters |
Boolean | No |
Persists filter parameters for the requesting user and project. |
filters[document_revision_id][][] |
Array | No |
Filter Coordination Issues by document revision ID(s). |
filters[search] |
String | No |
Filter item(s) with the matching search query. The search is performed on title and issue number. |
filters[created_from][][] |
Array | No |
Filter item(s) with matching creation source. |
filters[updated_at] |
String | No |
Filter item(s) within a specific updated at iso8601 datetime range. |
filters[include_sublocations] |
Boolean | No |
Use together with Default value: false |
project_id |
Integer | Yes |
Unique identifier for the project. |
filters[assignee_id][][] |
Array | No |
Filter item(s) with matching assignees. |
filters[due_date] |
String | No |
Filter item(s) within a specific due date iso8601 date range. |
filters[document_container_id][][] |
Array | No |
Filter Coordination Issues by document container ID(s). |
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 '-' Valid 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 |
The compact view contains only ids. The normal view is a subset of the response shown below, and does not include attachments, viewpoints, linked items and updated_by The extended view contains the response shown below. The default view is normal. Valid values:
|
filters[overdue] |
Boolean | No |
Filter item(s) with matching Overdue. Default value: false |
page |
Integer | No |
Page |
per_page |
Integer | No |
Elements per page |
filters[created_by_id][][] |
Array | No |
Filter item(s) with matching User IDs. |
filters[created_by_company_id][][] |
Array | No |
Filter item(s) with matching created by vendor companies. |
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.