Show Item Response Set
show_item_response_setRetrieve the full details of a specific Checklist Item Response Set by providing the company ID and response set ID. Use this to access inspection response data from Procore.
Instructions
Returns a specified Checklist 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, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/companies/{company_id}/checklist/item/response_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — item Response Set ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |