list_project_checklist_templates
Retrieve available checklist templates for a Procore project to standardize inspections and quality control procedures.
Instructions
List Project Checklist Templates. [Project Management/Inspections] GET /rest/v1.0/projects/{project_id}/checklist/list_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__inspection_type_id | No | Array of Inspection Type IDs. Return item(s) associated with the specified Inspection Type IDs. | |
| filters__response_set_id | No | Array of Item Response Set IDs. Return list template(s) whose items are associated with the given Response Set IDs. | |
| filters__trade_ids | No | Array of Trade IDs. Returns item(s) with the specified Trade IDs. | |
| filters__query | No | Return item(s) containing search query | |
| sort | No | Sorts the list of Checklist Templates on the attribute given. By default the list is in ascending order. Use '-attribute' to sort in descending order. Ex. 'sort=-trade'. |