Gets a TenantApplication.
| Name | Description | Additional information |
|---|---|---|
| tenantId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
{
"tenantId": "794c6d41-d50b-441b-bfbb-68e9ae84a6e7",
"applicationId": "45f32a4d-9bee-4c19-928e-de6a4a4ff287",
"licenseKey": "sample string 3",
"isLicenseKeyActive": true,
"totalLicenses": 5,
"applicationLookupKey": "sample string 6",
"createdDateUtc": "2026-07-22T11:31:11.8254674+00:00",
"updatedDateUtc": "2026-07-22T11:31:11.8254674+00:00"
}
<TenantApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-07-22T11:31:11.8254674+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-22T11:31:11.8254674+00:00</UpdatedDateUtc> <ApplicationId>45f32a4d-9bee-4c19-928e-de6a4a4ff287</ApplicationId> <ApplicationLookupKey>sample string 6</ApplicationLookupKey> <IsLicenseKeyActive>true</IsLicenseKeyActive> <LicenseKey>sample string 3</LicenseKey> <TenantId>794c6d41-d50b-441b-bfbb-68e9ae84a6e7</TenantId> <TotalLicenses>5</TotalLicenses> </TenantApplicationRepresentation>