Get User Roles
Returns an array of user role records.
GET /system/roles
- 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": [
{"RoleId": 0,
"RoleName": "string",
"RoleTypeIds": [
0
],
"Attributes": {}}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
