Returns a single user roletype record.
GET /system/roletypes/{roleTypeId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": [
{
"RoleTypeId": 0,
"RoleTypeName": "string",
"RoleTypeDescription": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}