ScalepointDeveloper Portal
Policy ServicesOperations

Get Policy Objects

lookup policy objects related to a policy version

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

lookup policy objects related to a policy version

Authorization

oAuth2ClientCredentials
AuthorizationBearer <token>

Oauth2 with clientCredential flow

In: header

Path Parameters

customerId*string
policyVersionId*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?limit=0"
[  {    "description": "string",    "startDate": "2019-08-24",    "endDate": "2019-08-24",    "isActive": true,    "statusText": "string",    "policyObjectVersionId": "string"  }]