Show A Project Inspection Template Item Evidence Configuration
show_a_project_inspection_template_item_evidence_configurationShow the evidence configuration for a specific inspection template item using company, project, and template item identifiers. Supports paginated responses.
Instructions
Show the specified Project Inspection Template Item Evidence Configuration. Use this to fetch the full details of a specific Inspections by its identifier. Returns a paginated JSON array of Inspections. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id, template_item_id. Procore API (v2.0): Project Management > Inspections. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_template_items/{template_item_id}/evidence_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| template_item_id | Yes | URL path parameter — unique identifier for the inspection template item. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |