List Checklist List Closed By Contact Filter Options
list_checklist_list_closed_by_contact_filter_options_projectRetrieve a paginated list of contacts who closed inspections, with optional search and filter by inspection type. Use to obtain filter options for inspections.
Instructions
Returns contacts that have closed inspections with pagination and optional search. Use this to enumerate Inspections when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Inspections. Required parameters: company_id, project_id. Procore API (v2.0): Project Management > Inspections. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/inspections/closed_by_contacts
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 closed by contacts by name or company | |
| filters__inspection_type_grouping | No | Query string parameter — filter by inspection type grouping | |
| view | No | Query string parameter — set to 'recycle_bin' to return filter options from deleted inspections |