Show A Company Inspection Template Item Evidence Configuration
show_a_company_inspection_template_item_evidence_configurationRetrieve the evidence configuration for a specific company inspection template item by providing company and template item IDs.
Instructions
Show the specified Company 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, template_item_id. Procore API (v2.0): Project Management > Inspections. Endpoint: GET /rest/v2.0/companies/{company_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. | |
| 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) |