show_project_insurance
Retrieve specific insurance details for a Procore project using project and insurance IDs to manage coverage information.
Instructions
Show project insurance. [Core/Directory] GET /rest/v1.0/projects/{project_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID | |
| view | No | Extended view of data | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |