Show Company Checklist Template
show_company_checklist_templateRetrieve detailed information about a specific Company Checklist Template using its ID and company ID. Access full template details for inspections management.
Instructions
Returns the details for a specified Company Checklist Template. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: company_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/companies/{company_id}/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Checklist Template ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |