Download External RFI And Responses Attachments
download_external_rfi_and_responses_attachmentsDownload a ZIP archive containing an External RFI and all of its response attachments from Procore. Provide company, project, and RFI ID to get a streaming download URL.
Instructions
Initiates a zip download of the External RFI and all response attachments. Returns a redirect to the streaming download URL. Use this when you already know which external RFI and responses attachment you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON object containing the generated file or a download URL for the external RFI and responses attachment. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id, id. Procore API (v2.0): Project Management > RFI. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/external_rfis/{id}/download_external_rfi_and_responses_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. |