List Checklist List Created By Contact Filter Options
list_checklist_list_created_by_contact_filter_optionsRetrieve contacts who have created inspections to use as filter options for checklist list queries. Returns a paginated list of created-by contacts for a project.
Instructions
Returns contacts that have created inspections for filtering. 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/created_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) |