GET /rest/v1.0/projects/{project_id}/rfis

Returns all RFIs in a specified Project.

See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

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
filtersrfi_manager_id Integer No

Return item(s) with the specified RFI Manager ID.

filterscreated_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

filtersreceived_from_login_information_id String No

Received From Login Information ID. Returns item(s) with the specified Received From Login Information ID.

filtersnumber Integer No

Return item(s) with the specified RFI Number.

search String No

Search for RFIs by subject or number. This parameter will return all RFIs that match the search term.

filtersresponsible_contractor_id Integer No

Responsible Contractor ID

filterslocation_id[] Array No

Location ID. Returns item(s) with the specified Location ID or a range of Location IDs.

filtersprefix_stage_id String No

Return item(s) with the specified RFI Prefix Stage.

page Integer No

Page

filterscost_code_id String No

Cost Code ID. Returns item(s) with the specified Cost Code ID or within the specified range of Cost Code IDs.

per_page Integer No

Elements per page

filtersstatus String No

Return item(s) with the specified RFI Status.

Possible values:

  • "open"
  • "closed"
  • "draft"
sortdirection String No

If passed a sort attribute, determines which direction to sort

Possible values:

  • "desc"
  • "asc"
filtersupdated_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

filtersassigned_id String No

Assigned ID

sortattribute String No

The attribute by which to sort the list of RFIs

Possible values:

  • "initiated_at"
  • "due_date"
  • "schedule_impact"
  • "specification_section_id"
  • "created_by_id"
  • "received_from_login_information_id"
  • "assigned_id"
  • "location_id"
  • "subject"
  • "rfi_manager_id"
  • "cost_impact"
  • "reference"
  • "time_resolved"
  • "position"
  • "due_date_variance"
  • "cost_code_id"
  • "date_created"
  • "number"
  • "drawing_number"
  • "responsible_contractor_id"
filtersball_in_court_id Integer No

User ID. Return item(s) where the specified User ID is the Ball in Court.

filtersid[] Array No

Return item(s) with the specified IDs.

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.