list_checklist_inspection_schedules
Retrieve scheduled inspection checklists for a Procore project, enabling project managers to track and filter upcoming inspections by type, frequency, location, and due dates.
Instructions
List Checklist (Inspection) Schedules. [Project Management/Inspections] GET /rest/v1.0/projects/{project_id}/checklist/schedules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__inspection_type_id | No | Return schedule(s) with the specified Checklist Type IDs | |
| filters__frequency | No | Return schedule(s) with the specified Frequency Types | |
| filters__location_id | No | Return schedule(s) with the specified Location IDs | |
| filters__list_template_id | No | Return schedule(s) with the specified Inspection Template IDs | |
| filters__assignee_id | No | Return schedule(s) with the specified Assignee IDs | |
| filters__first_inspection_due_at | No | Return schedule(s) with the specified First Inspection Due Date | |
| filters__ends_at | No | Return schedule(s) with the specified Last Inspection Due Date. | |
| filters__ended | No | Return schedule(s) that are finished when true, returns unfinished schedule(s) otherwise | |
| filters__equipment_id | No | Return schedule(s) with the specified Equipment IDs | |
| sort | No | Sort schedule(s) by the chosen param; check below for a list of options. The direction of sorting is ascending by default; for descending sort, insert the - symbol before the param. | |
| page | No | Page | |
| per_page | No | Elements per page |