Add Checklist Template Alternative Response Set
add_checklist_template_alternative_response_setAssign an alternative response set to a checklist template, updating the associated inspection. Requires template ID, project ID, and alternative response set ID.
Instructions
Sets a Checklist Template's Response Set to the specified Alternative Response Set. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: id, project_id, alternative_response_set_id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/checklist/list_templates/{id}/use_alternative_response_set
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — checklist Template ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| alternative_response_set_id | Yes | JSON request body field — alternative Response Set ID |