GET /rest/v2.0/companies/{company_id}/workflows/bulk_replace_requests

Returns a list of workflows bulk replace requests.

Servers

Path parameters

Name Type Required Description
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
filters[start_date] String No

Filter bulk replace requests by start date range. Format: ISO 8601 date range "YYYY-MM-DD...YYYY-MM-DD".

page Integer No

Page

filters[updated_by_id][] Array No

Filter bulk replace requests with any of the matching updated by users.

filters[type][] Array No

Filter bulk replace requests by replacement type (temporary or permanent).

filters[end_date] String No

Filter bulk replace requests by end date range. Format: ISO 8601 date range "YYYY-MM-DD...YYYY-MM-DD".

sort String No

Sort the results by specified fields. Supported fields: updated_by, status, old_assignee, updated_at, start_date, end_date, type

per_page Integer No

Elements per page

Default value: 10

filters[new_assignee_ids][] Array No

Filter bulk replace requests with any of the matching new assignees.

filters[old_assignee_ids][] Array No

Filter bulk replace requests with any of the matching old assignees.

filters[status][] Array No

Filter bulk replace requests with matching status.

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.