List Punch Item Default Distribution List
list_punch_item_default_distribution_listRetrieve a paginated list of default distribution members for punch items in a project. Use to get an overview or filter by parameters.
Instructions
Returns a collection of Default Distribution Members for a given Punch Item. 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/punch_list/default_distribution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| 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) |