Show Punch Item Type
show_punch_item_typeFetch full details of a specific Punch Item Type by its ID. Requires project ID and item ID to return a JSON object describing the Punch List record.
Instructions
Return detail on the specified Punch Item Type. Use this to fetch the full details of a specific Punch List records by its identifier. Returns a JSON object describing the requested Punch List records. Required parameters: id, project_id. Procore API: Project Management > Punch List. Endpoint: GET /rest/v1.0/punch_item_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item Type | |
| 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) |