Show Item Response Set Response
show_item_response_set_responseRetrieve the full details of a specific response from a checklist item response set using its ID, response set ID, and company ID.
Instructions
Returns a specified Response from the Item Response Set. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: company_id, response_set_id, id. Procore API: Project Management > Inspections. Endpoint: 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 | URL path parameter — unique identifier for the company. | |
| response_set_id | Yes | URL path parameter — checklist Item Response Set ID | |
| id | Yes | URL path parameter — the ID of the Response | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |