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
- https://api.procore.com
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:
|
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:
|
sortdirection |
String | No |
If passed a sort attribute, determines which direction to sort Possible values:
|
filtersupdated_at |
String | No |
Return item(s) last updated within the specified ISO 8601 datetime range.
Formats:
|
filtersassigned_id |
String | No |
Assigned ID |
sortattribute |
String | No |
The attribute by which to sort the list of RFIs Possible values:
|
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
- 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.