Get User Roletypes
Returns an array of user roletype records.
GET /system/roletypes
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
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"
}
