GET /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/workflow_issues

Returns a list of Coordination Issues that have associated workflow metadata. Issues are filtered based on user visibility rules:

Servers

Path parameters

Name Type Required Description
project_id String Yes

Unique identifier for the project.

company_id String Yes

Unique identifier for the company.

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
viewpoint_format String No

Specifies the format for viewpoint data. Use 'procore' for Procore format, 'bcf' for BCF format.

Valid values:

  • "bcf"
  • "procore"

Default value: "procore"

filters[created_at] String No

Return item(s) created within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00` - Datetime with Custom Offset

filters[priority][] Array No

Filter item(s) by priority level.

included String No

Comma-separated list of fields to include in the response.

filters[id][] Array No

Filter by specific Coordination Issue IDs.

filters[search] String No

Returns item(s) matching the specified search query string.

filters[document_revision_id][] Array No

Filter Coordination Issues by document revision ID(s).

filters[updated_at] String No

Return item(s) last updated within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00 - Datetime with Custom Offset

filters[include_sublocations] Boolean No

Use together with filters[location_id]

Default value: false

filters[trade_id] String No

Trade ID

filters[issue_type][] Array No

Filter item(s) by issue type.

filters[due_date] String No

Filter Coordination Issues by due date.

sort String No

Sort results by field. Direction (asc/desc) controlled by presence or absence of '-' prefix.

Valid values:

  • "due_date"
  • "-title"
  • "title"
  • "updated_at"
  • "-updated_at"
  • "-due_date"
  • "-status"
  • "is_private"
  • "status"
  • "created_by"
  • "-created_by"
  • "-is_private"
  • "-assignee"
  • "created_at"
  • "-created_at"
  • "assignee"
filters[assignee_id][] Array No

Filter item(s) with matching assignee user IDs.

filters[created_by_company_id][] Array No

Filter item(s) with matching created by vendor companies.

filters[document_container_id][] Array No

Filter Coordination Issues by document container ID(s).

filters[created_from][] Array No

Filter item(s) by creation source.

filters[status] String No

Return item(s) with the specified statuses

view String No

Specifies the view to use for the response. Use 'normal' for basic fields, 'extended' for full details including viewpoints and attachments.

Valid values:

  • "extended"
  • "normal"

Default value: "normal"

filters[location_id] String No

Filters by specific location (Note: Use either this or location_id_with_sublocations, but not both)

filters[overdue] Boolean No

Filter for overdue Coordination Issues.

page Integer No

Page

per_page Integer No

Elements per page

Default value: 10

filters[created_by_id][] Array No

Return item(s) created by the specified User IDs

filters[assignee_company_id][] Array No

Filter item(s) with matching assignee vendor companies.

filters[source_file_id][] Array No

Filter by source BIM file ID

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.