list_checklist_inspection_sections
Retrieve inspection checklist sections for a Procore project to organize and manage quality control processes.
Instructions
List Checklist (Inspection) Sections. [Project Management/Inspections] GET /rest/v1.0/projects/{project_id}/checklist/list_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__id | No | Return item(s) with the specified IDs. | |
| 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__list_id | No | Return section(s) with the specified Checklist List IDs | |
| sort | No | Sort item(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. |