3- Get all roles
GET {{baseUrl}}/hierarchy/subscribers/roles
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
"{\n {\n\t\t\"id\": 9000,\n\t\t\"name\": \"TM_All\",\n\t\t\"selected\": true\n\t},\n\t{\n\t\t\"id\": 9001,\n\t\t\"name\": \"Portal Management\",\n\t\t\"selected\": false\n\t},\n\t{\n\t\t\"id\": 9002,\n\t\t\"name\": \"Portfolio Management\",\n\t\t\"selected\": false\n\t}\n}\n}"