show_item_response_set_response
Retrieve a specific response from a checklist item response set in Procore project management inspections using company ID, response set ID, and response ID parameters.
Instructions
Show Item Response Set Response. [Project Management/Inspections] GET /rest/v1.0/companies/{company_id}/checklist/item/response_sets/{response_set_id}/responses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| response_set_id | Yes | Checklist Item Response Set ID | |
| id | Yes | The ID of the Response | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |