show_punch_item
Retrieve detailed information about a specific punch list item in Procore projects to track construction deficiencies and manage quality control tasks.
Instructions
Show Punch Item. [Project Management/Punch List] GET /rest/v1.0/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) |