List Of Punch List Vendor Filter Options
list_of_punch_list_vendor_filter_optionsRetrieve filter options for punch list vendors by project ID. Use to get paginated lists and find IDs for filtering Procore punch list records.
Instructions
List of Punch List Vendor Filter Options. Use this to enumerate Punch List records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Punch List records. Required parameters: project_id. Procore API: Project Management > Punch List. Endpoint: GET /rest/v1.0/projects/{project_id}/punch_list/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) |