Returns an array of user roletype records.
GET /system/roletypes
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"RoleTypeId": 0,
"RoleTypeName": "string",
"RoleTypeDescription": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}