get
https://{environment}.origamirisk.com/OrigamiApi/api/Quotes/Proposals//Coverages//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Returns a single coverage record by its ID within a given proposal and coverage domain. The response is a dynamic key-value dictionary whose fields depend on the domain's schema. The endpoint verifies that the record belongs to the specified proposal.
Examples
Scenario 1: Retrieve a specific coverage record:
GET /api/Quotes/Proposals/12345/Coverages/ProposalCLCoverage/501200 OK
{
"ProposalCLCoverageID": 501,
"ProposalID": 12345,
"ProposalCLScheduleID": 100,
"CoverageID": 42,
"Limit": 100000.00,
"Deductible": 500.00
}Scenario 2: Record does not belong to the specified proposal:
GET /api/Quotes/Proposals/99999/Coverages/ProposalCLCoverage/501500 Internal Server Error
"ProposalCLCoverage with id 501 not found for ProposalID 99999."