Show Company Insurance
show_company_insuranceFetch detailed information on a specific company insurance record by providing the company ID and insurance ID. Returns a JSON object with full details.
Instructions
Return detailed information on the specified 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, id. Procore API: Core > Directory. Endpoint: GET /rest/v1.0/companies/{company_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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) |