list_inspection_item_references
Retrieve inspection item references from Procore projects to manage and filter inspection data for project management workflows.
Instructions
List Inspection Item References. [Project Management/Inspections] GET /rest/v1.0/projects/{project_id}/inspections/{inspection_id}/item_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| inspection_id | Yes | Unique identifier for the inspection. | |
| filters__id | No | Return References with the specified IDs | |
| filters__item_id | No | Return Reference(s) with the specified Item IDs | |
| filters__created_at | No | Return item(s) created 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 `YYYY-MM-... | |
| 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... | |
| 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. | |
| page | No | Page | |
| per_page | No | Elements per page |