Returns the activated modules, activated roletypes, and other properties of a single tenant partition.
GET /tenantmanagement/tenant/{tenantId}
Headers
Model Schemas
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"ModuleIds": [
{
"ModuleId": 0,
"Name": "string",
"ModuleLicenses": [
{
"DataType": 0,
"Name": "string",
"StringValue": "string",
"DateValue": "2016-10-31T18:55:05.948Z",
"zzValId": 0,
"LicenseType": 0,
"Limit": 0,
"zzVal": "string"
}
]
}
],
"LicenseValues": [
{
"zzValId": 0,
"LicenseType": 0,
"Limit": 0,
"zzVal": "string"
}
],
"NamedRoleTypeLimits": [
{
"RoleName": "string",
"RoleType": 0,
"Limit": 0
}
],
"Active": true,
"Suspended": true,
"Id": 0,
"Ref": "string",
"Type": "string",
"TimeZoneOffset": 0,
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}