Show Company Vendor Insurance
show_company_vendor_insuranceRetrieve the complete details of a vendor's insurance record using company, vendor, and insurance identifiers. Returns a JSON object with the insurance information.
Instructions
Show detail on the specified Company Vendor Insurance. Use this to fetch the full details of a specific Directory records by its identifier. Returns a JSON object describing the requested Directory records. Required parameters: company_id, vendor_id, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/companies/{company_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |