show_rfi_in_pdf_format
Generate PDF documents for RFIs (Requests for Information) in Procore projects to facilitate documentation and sharing of construction project inquiries and responses.
Instructions
Show RFI in PDF format. [Project Management/RFI] GET /rest/v1.0/projects/{project_id}/rfis/{id}.pdf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | RFI ID | |
| only_official | No | If true, include only official responses; if false return all responses. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |