download_rfis_list
Export RFIs from Procore projects to PDF or CSV format for analysis and documentation. Specify project ID, search filters, and table configuration.
Instructions
Download RFIs List. [Project Management/RFI] GET /rest/v1.0/projects/{project_id}/rfis/export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__query | No | Search Query | |
| export_format | No | File format for the export - 'pdf' or 'csv'. | |
| table_configuration_for_export | No | Table configuration for the export that controls which columns are visible and their order in the generated PDF or CSV. When provided, the export will respect both the column visibility settings a... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |