Returns a single user role record.
GET /system/roles/{roleId}
Headers
Model Schema
Field  | 
Datatype  | 
Filterable  | 
Sortable  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
Sample Response Model
{
"Result": [
    {
"RoleId": 0,
"RoleName": "string",
"RoleTypeIds": [
0
],
      "Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}