Create Checklist (Inspection)
create_checklist_inspectionCreates a new inspection in a Procore project from a specified template. Defines inspection details and triggers validations as needed.
Instructions
Creates an instance of Inspection in a given Project. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: project_id, list_template_id, list. Procore API (v1.1): Project Management > Inspections. Endpoint: POST /rest/v1.1/projects/{project_id}/checklist/lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| list_template_id | Yes | JSON request body field — iD of the Checklist List Template (Inspection Template) that the Checklist (Inspection) will be created from | |
| list | Yes | JSON request body field — the list for this Inspections operation |