List Company Inspection Template Item Reference
list_company_inspection_template_item_referenceRetrieve paginated references for a specific company inspection template. Use filters and sorting to find IDs or control pagination for efficient data management.
Instructions
Returns a collection of References for a specified Checklist Company Inspection Template. Use this to enumerate Inspections when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Inspections. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, inspection_template_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/item_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Company Inspection Template | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__id | No | Query string parameter — return References with the specified IDs | |
| filters__item_id | No | Query string parameter — return Reference(s) with the specified Item IDs and Synced Company Template Item References | |
| filters__created_at | No | Query string parameter — 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 | Query string parameter — 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 | Query string parameter — 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. |