Get Roletype
Returns a single user roletype record.
GET /system/roletypes/{roleTypeId}
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{"Result": [
{"RoleTypeId": 0,
"RoleTypeName": "string",
"RoleTypeDescription": "string",
"Attributes": {}}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
