list_company_checklist_templates
Retrieve available checklist templates for inspections and project management in Procore, enabling standardized quality control processes across company projects.
Instructions
List Company Checklist Templates. [Project Management/Inspections] GET /rest/v1.0/companies/{company_id}/checklist/list_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| 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__query | No | Return item(s) containing search query | |
| filters__trade_id | No | Trade ID | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| sort | No | sort | |
| page | No | Page | |
| per_page | No | Elements per page |