Returns an array of module licenses for a specified {tenantId}
.
GET /tenantmanagement/licensing/modules/{tenantId}
Headers
Model Schemas
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"ModuleId": 0,
"Name": "string",
"ModuleLicenses": [
{
"DataType": 0,
"Name": "string",
"StringValue": "string",
"DateValue": "2016-10-26T16:15:14.657Z",
"zzValId": 0,
"LicenseType": 0,
"Limit": 0,
"zzVal": "string"
}
]
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}