Show Company Inspection Template Item Reference
show_company_inspection_template_item_referenceRetrieve full details of a specific company inspection template item reference using its ID, company ID, and inspection template ID. Returns a JSON object with the item reference's data.
Instructions
Show Company Inspection Template Item Reference. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: company_id, inspection_template_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/item_references/{id}
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 | |
| id | Yes | URL path parameter — the ID of the Company Inspection Template Item Reference | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |