Punch List Available Final Approvers
punch_list_available_final_approversRetrieve available final approvers for a project's punch list. Use pagination to control results and search by user or company name.
Instructions
Returns available final approvers for Punch List. Use this to read information about Punch List records from Procore. 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_list/available_final_approvers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 — return items matching the specified search query. Searches by user name and company name. |