List Checklist List Closed By Contact Filter Options
list_checklist_list_closed_by_contact_filter_options_project_v1Retrieve available closed-by contact filter options for inspections in a Procore project. Use this to obtain paginated filter values or find contact IDs.
Instructions
List Checklist List Closed By Contact Filter Options. 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: project_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/projects/{project_id}/checklist/lists/filter_options/closed_by_contacts
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) |