show_checklist_item
Retrieve a specific checklist item from Procore project inspections by providing checklist ID, item ID, project ID, and section ID.
Instructions
Show Checklist Item. [Project Management/Inspections] GET /rest/v1.0/checklist/lists/{list_id}/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Checklist ID | |
| id | Yes | Item ID | |
| project_id | Yes | Unique identifier for the project. | |
| section_id | Yes | Checklist Section ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |