Cyan Web API - Version 1


GET api/tenantApplications

            Gets TenantApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "tenantId": "1e061b62-a289-4fe1-8c37-2f72f795cd54",
    "applicationId": "b1605d71-1522-427c-a970-28baf18bdc3b",
    "licenseKey": "sample string 3",
    "isLicenseKeyActive": true,
    "totalLicenses": 5,
    "applicationLookupKey": "sample string 6",
    "createdDateUtc": "2026-04-24T13:58:33.454447+00:00",
    "updatedDateUtc": "2026-04-24T13:58:33.454447+00:00"
  },
  {
    "tenantId": "1e061b62-a289-4fe1-8c37-2f72f795cd54",
    "applicationId": "b1605d71-1522-427c-a970-28baf18bdc3b",
    "licenseKey": "sample string 3",
    "isLicenseKeyActive": true,
    "totalLicenses": 5,
    "applicationLookupKey": "sample string 6",
    "createdDateUtc": "2026-04-24T13:58:33.454447+00:00",
    "updatedDateUtc": "2026-04-24T13:58:33.454447+00:00"
  },
  {
    "tenantId": "1e061b62-a289-4fe1-8c37-2f72f795cd54",
    "applicationId": "b1605d71-1522-427c-a970-28baf18bdc3b",
    "licenseKey": "sample string 3",
    "isLicenseKeyActive": true,
    "totalLicenses": 5,
    "applicationLookupKey": "sample string 6",
    "createdDateUtc": "2026-04-24T13:58:33.454447+00:00",
    "updatedDateUtc": "2026-04-24T13:58:33.454447+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTenantApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <TenantApplicationRepresentation>
    <CreatedDateUtc>2026-04-24T13:58:33.454447+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T13:58:33.454447+00:00</UpdatedDateUtc>
    <ApplicationId>b1605d71-1522-427c-a970-28baf18bdc3b</ApplicationId>
    <ApplicationLookupKey>sample string 6</ApplicationLookupKey>
    <IsLicenseKeyActive>true</IsLicenseKeyActive>
    <LicenseKey>sample string 3</LicenseKey>
    <TenantId>1e061b62-a289-4fe1-8c37-2f72f795cd54</TenantId>
    <TotalLicenses>5</TotalLicenses>
  </TenantApplicationRepresentation>
  <TenantApplicationRepresentation>
    <CreatedDateUtc>2026-04-24T13:58:33.454447+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T13:58:33.454447+00:00</UpdatedDateUtc>
    <ApplicationId>b1605d71-1522-427c-a970-28baf18bdc3b</ApplicationId>
    <ApplicationLookupKey>sample string 6</ApplicationLookupKey>
    <IsLicenseKeyActive>true</IsLicenseKeyActive>
    <LicenseKey>sample string 3</LicenseKey>
    <TenantId>1e061b62-a289-4fe1-8c37-2f72f795cd54</TenantId>
    <TotalLicenses>5</TotalLicenses>
  </TenantApplicationRepresentation>
  <TenantApplicationRepresentation>
    <CreatedDateUtc>2026-04-24T13:58:33.454447+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T13:58:33.454447+00:00</UpdatedDateUtc>
    <ApplicationId>b1605d71-1522-427c-a970-28baf18bdc3b</ApplicationId>
    <ApplicationLookupKey>sample string 6</ApplicationLookupKey>
    <IsLicenseKeyActive>true</IsLicenseKeyActive>
    <LicenseKey>sample string 3</LicenseKey>
    <TenantId>1e061b62-a289-4fe1-8c37-2f72f795cd54</TenantId>
    <TotalLicenses>5</TotalLicenses>
  </TenantApplicationRepresentation>
</ArrayOfTenantApplicationRepresentation>