POST Admin/Get_Roles?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_RolesNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Roles| Name | Description | Type | Additional information |
|---|---|---|---|
| Roles | Collection of Role |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Roles": [
{
"ROLE_ID": 1,
"NAME": "sample string 2",
"ROLE_TYPE_CODE": "sample string 3",
"DESCRIPTION": "sample string 4",
"DISPLAY_ORDER": 1,
"Selected_Rights": [
"sample string 1",
"sample string 2"
]
},
{
"ROLE_ID": 1,
"NAME": "sample string 2",
"ROLE_TYPE_CODE": "sample string 3",
"DESCRIPTION": "sample string 4",
"DISPLAY_ORDER": 1,
"Selected_Rights": [
"sample string 1",
"sample string 2"
]
}
],
"ExceptionMsg": "sample string 1"
}