List Punch Item Ball In Court Filter Options
list_punch_item_ball_in_court_filter_optionsRetrieve a paginated list of users who have ball in court on punch items, with optional search by name or company. Use this to filter and find punch list record owners.
Instructions
Returns users who currently have ball in court on punch items with pagination and optional search. 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: company_id, project_id. Procore API (v2.0): Project Management > Punch List. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/punch_list/ball_in_court
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path 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) | |
| query | No | Query string parameter — search query to filter ball in court users by name or company |