ScalepointDeveloper Portal
Policy ServicesOperations

Get Policy Object Coverages

lookup coverages which is related to a given policy object

GET
/customers/{customerId}/policies/{policyVersionId}/policyObjects/{policyObjectVersionId}/coverages

lookup coverages which is related to a given policy object

Authorization

oAuth2ClientCredentials
AuthorizationBearer <token>

Oauth2 with clientCredential flow

In: header

Path Parameters

customerId*string
policyVersionId*string
policyObjectVersionId*string

Query Parameters

limit*number

Defines the limit of rows the endpoints will return. 'after' parameter denfines where the next page starts

after?number

Specifies where the page starts example, ?limit=10&after=20

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/customers/string/policies/string/policyObjects/string/coverages?limit=0"
[  {    "description": "string",    "startDate": "2019-08-24",    "endDate": "2019-08-24",    "isActive": true,    "statusText": "string",    "coverageId": "string",    "deductible": 0.1,    "annualLimit": 0.1  }]