Show RFI Reply
show_rfi_replyRetrieve full details of a specific RFI reply using project, RFI, and reply identifiers. Access detailed information to understand the reply's content and context.
Instructions
Returns detailed information on a specified RFI reply. Use this to fetch the full details of a specific RFI records by its identifier. Returns a JSON object describing the requested RFI records. Required parameters: project_id, rfi_id, id. Procore API: Project Management > RFI. Endpoint: GET /rest/v1.0/projects/{project_id}/rfis/{rfi_id}/replies/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| rfi_id | Yes | URL path parameter — unique identifier of the rfi | |
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |