list_rfis
Retrieve RFIs from Procore projects using filters for status, date, responsible parties, and search terms to manage construction documentation.
Instructions
List RFIs. [Project Management/RFI] GET /rest/v1.0/projects/{project_id}/rfis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__status | No | Return item(s) with the specified RFI Status. | |
| filters__assigned_id | No | Assigned ID | |
| filters__created_at | 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-... | |
| filters__responsible_contractor_id | No | Array of Responsible Contractor IDs. A single Responsible Contractor ID is also accepted. | |
| filters__cost_code_id | No | Cost Code ID. Returns item(s) with the specified Cost Code ID or within the specified range of Cost Code IDs. | |
| filters__received_from_login_information_id | No | Received From Login Information ID. Returns item(s) with the specified Received From Login Information ID. | |
| filters__ball_in_court_id | No | User ID. Return item(s) where the specified User ID is the Ball in Court. | |
| filters__location_id | No | Location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| filters__updated_at | 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 `YYY... | |
| filters__rfi_manager_id | No | Return item(s) with the specified RFI Manager ID. | |
| filters__number | No | Return item(s) with the specified RFI Number. | |
| filters__prefix_stage_id | No | Return item(s) with the specified RFI Prefix Stage. | |
| search | No | Search for RFIs by subject or number. This parameter will return all RFIs that match the search term. | |
| sort__attribute | No | The attribute by which to sort the list of RFIs | |
| sort__direction | No | If passed a sort attribute, determines which direction to sort |