getAllLicenseDetails
GET /license-details
Operation id: getAllLicenseDetails
Tags: License Details
Security
- Authorization (apiKey)
- Bearer token
Responses
200 — OK
Content type: */*
Response models
200 — OK
Content type: */*
Schema
{
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"productFamily": {
"type": "string"
},
"licenseModel": {
"type": "string",
"enum": [
"USER",
"CONSUMPTION",
"UNKNOWN"
]
}
}
}
}