show_punch_item_v1_1
Retrieve specific punch item details from Procore projects to track construction deficiencies, manage resolutions, and monitor progress.
Instructions
Show Punch Item. [Project Management/Punch List] GET /rest/v1.1/punch_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Punch Item | |
| project_id | Yes | Unique identifier for the project. | |
| include_deleted | No | Returns deleted items when set to true | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |