Get A List Of Inspection Item Evidence Configurations
get_a_list_of_inspection_item_evidence_configurationsRetrieve a paginated list of evidence configurations for a specific inspection item. Use this to fetch configuration details required for Procore inspections.
Instructions
Get a list of Inspection Item Evidence Configurations for a specified Inspection Item. 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, item_id. Procore API (v2.0): Project Management > Inspections. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{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. | |
| item_id | Yes | URL path parameter — unique identifier for the inspection item. | |
| 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 Item Evidence Configuration(s) with the specified IDs |