List Project Punch Item Templates
list_project_punch_item_templatesRetrieve a paginated list of punch item templates for a project. Use filters to find specific templates by ID, active status, or update date.
Instructions
Return a list of all Project Punch Item Templates associated with a Project. Use this to enumerate Punch List records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Punch List records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Punch List. Endpoint: GET /rest/v1.0/projects/{project_id}/punch_item_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__active | No | Query string parameter — if true, returns item(s) with a status of 'active'. | |
| filters__updated_at | No | Query string parameter — return item(s) within a specific updated at iso8601 datetime range | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |