Show Checklist Template
show_checklist_templateFetch the complete details of an inspection checklist template using its ID and project ID. Returns a JSON object with template data.
Instructions
Shows an Inspection 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: id, project_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — checklist Template ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |