Show Punch Assignment
show_punch_assignmentRetrieve complete details for a single Punch Item Assignment by providing its ID and project ID. Get full punch list records from Procore.
Instructions
Returns single Punch Item Assignment. 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/projects/{project_id}/punch_item_assignments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item Assignment | |
| project_id | Yes | URL path 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) |