Skip to main content
GET
/
policies
/
{policyId}
/
branches
{
  "total": 123,
  "offset": 123,
  "limit": 123,
  "data": [
    {
      "id": "<string>",
      "type": "BRANCH",
      "createdAt": "<string>",
      "lastModifiedAt": "<string>",
      "name": "<string>",
      "status": "POLICY_CREATED",
      "renewalStatus": "RENEWAL_ACCEPTED",
      "branchType": "BASE",
      "branchSubType": "CREATE_ADDITIONAL_COMPONENTS",
      "branchStatus": "BRANCH_OPEN",
      "closeReason": "BROKER_REQUEST",
      "mergedAt": "<string>"
    }
  ]
}

Path Parameters

policyId
string
required

the policy id

Query Parameters

whenAt
string

Optional: the whenAt datetime

simulatedAt
string

Optional: the simulatedAt datetime

branchType
enum<string>

the branch type

Available options:
BASE,
NEW_BUSINESS,
MTA,
RENEWAL,
REPRICING
branchStatus
enum<string>

the branch status

Available options:
BRANCH_OPEN,
BRANCH_MERGED,
BRANCH_CLOSED

Response

total
number
required

Total number of policies

offset
number
required

Offset used for pagination

limit
number
required

Page size used for pagination

data
object[]
required

List of policies