License
Get the list of licenses defined for the tenant.
Get the list of licenses defined for the tenant.
get/api/v2/licenses
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"LicenseId": 213,
"Type": "ContinuousAnnual",
"StartDate": "2021-09-29T16:47:36.527Z",
"EndDate": "2022-09-29T16:47:36.527Z",
"NumberOfRemainingEntities": 7,
"NumberOfMaxEntities": 20,
"RemainingSwapCount": 3,
"TotalSwapCount": 10
}
]