Create Checklist
create_checklistCreate inspection checklists in Procore projects by providing project ID, template ID, and checklist details to automate inspections setup.
Instructions
Creates Inspection Checklist in a specified 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, template_id, list. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/checklist/lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | JSON request body field — the ID of the Project | |
| template_id | Yes | JSON request body field — the ID of the Template to copy from. | |
| list | Yes | JSON request body field — checklist object | |
| attachments | No | JSON request body field — checklist's Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |