Retrieve Recycled RFI
retrieve_recycled_rfiRetrieve a recycled RFI to update its records and return the modified object. Use project_id and id.
Instructions
Retrieve a specified RFI from the Recycle Bin. Use this to update an existing RFI records (only the supplied fields are changed). Updates the specified RFI records and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > RFI. Endpoint: PATCH /rest/v1.0/projects/{project_id}/rfis/{id}/retrieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the RFI resource |