We have noticed that if a client is configured as Co-termination License model {baseUr}/organizations/:organizationId/licenses does not work. It returns the following payload:
It is understood that if an Organization is using Co-termination license model, to get the license information either of the following api need to be used:
{baseUrl}/organizations/{OrganizationID}/licenseState(v0)
{baseUrl}/organizations/:organizationId/licenses/overview (v1).
But above apis return an overview of licenses unlike the payload that returns details info from {baseUrl}/organizations/:organizationId/licenses for licenses (only applicable to per-device licensing model). Is there any api that we can use to get a details info per license items when the Organization is configured as 'Co-termination' license model.