List branches on the policy
policy
List branches on the policy
Returns merged and closed branches as well as open ones, and never paginates — filter on branchStatus, where BRANCH_OPEN is the draft in play. simulatedAt shows the policy as it stood at a past date.
GET
List branches on the policy
Authorizations
Machine-to-machine clients use the OAuth 2.0 client credentials grant. Each tenant has its own authorization server: in the token URL below, replace tenant with your tenant identifier.
Headers
Your tenant identifier. Requests without it are rejected.
Path Parameters
the policy id
Pattern:
^policy(_test)?_[346789ABCDEFGHJKLMNPQRTUVWXYabcdefghijkmnpqrtwxyz]{21}$Query Parameters
Optional: the whenAt datetime
Optional: the simulatedAt datetime
the branch type
Available options:
BASE, NEW_BUSINESS, MTA, RENEWAL, REPRICING the branch status
Available options:
BRANCH_OPEN, BRANCH_MERGED, BRANCH_CLOSED 
