Next Topic

Previous Topic

Book Contents

Get Module Licenses for Tenant

Returns an array of module licenses for a specified {tenantId}.

GET /tenantmanagement/licensing/modules/{tenantId}

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

DataType

decimal

 

 

Name

int

 

 

StringValue

int

 

 

DateValue

int

 

 

Field

Datatype

Filterable

Sortable

zzValId

Int32

 

 

LicenseType

Int32

 

 

Limit

Decimal

 

 

zzVal

String

 

 

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"
}