Show Project Inspection Template Item Reference
show_project_inspection_template_item_referenceRetrieve full details of an Inspection Template Item Reference using project, template, and reference IDs. Returns a JSON object with the requested reference data.
Instructions
Show Project 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: project_id, inspection_template_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/projects/{project_id}/inspection_templates/{inspection_template_id}/item_references/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Project Inspection Template | |
| id | Yes | URL path parameter — the ID of the Project 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) |