GET Policy Roles for a Policy

Retrieves the list of all policy roles.

Resource/Request URI

http://server:port/PASService/rest/services/policies/{id}/roles

Method

GET

Sample JSON Response

{
    "count": 1,
    "roles": [{
        "roleId": "ACD5CB8E-4035-43CC-9D75-12158666A593",
        "companyId": "BCD5CB8E-4035-43CC-9D75-12158666A593",
        "policyId": "CCD5CB8E-4035-43CC-9D75-12158666A593",
        "segmentId": "MCD5CB8E-4035-43CC-9D75-12158666A593",
        "clientId": "KCD5CB8E-4035-43CC-9D75-12158666A593",
        "externalClientId": "GCD5CB8E-4035-43CC-9D75-12158666A593",
        "statecode": "CA",
        "role": "Owner",
        "percentdollar": null,
        "rolepercent": "1",
        "roleamount": "0.0",
        "status": "Pending",
        "deliveryType": "mail",
        "departmentName": "billing",
        "graceLapseNotices": "one"
    }]
}