Show Alternative Response Set
show_alternative_response_setRetrieve alternative response set details for Procore inspections, enabling custom terminology for pass/fail item responses to align with company standards.
Instructions
Returns a specified Alternative Response Set. The set includes alternative terms to represent conforming and deficient item responses, e.g. "Safe" instead of "Pass" for an item with an internal status of "yes". The global attribute indicates whether a response set has been provided by Procore. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: id, company_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/companies/{company_id}/checklist/alternative_response_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — alternative Response Set ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |