Returns an array of funclist entries for a specified roletype.
GET /tenantmanagement/roletypes/{roleTypeId}
Headers
Model Schemas
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": [
{
"FuncListEntries": [
{
"RoleTypeId": 0,
"FuncListId": 0,
"UsageType": 0,
"FeatureMask": 0
}
],
"RoleTypeId": 0,
"Name": "string",
"Status": 0,
"HasUserData": "string",
"Description": "string",
"Zzvalsid": 0,
"Zzvals": "string",
"AdminGroupType": 0
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}