Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "db68b695-e814-42b5-87ec-beebe102265f",
    "applicationId": "f621a758-1f2c-4530-a379-07b795db4904",
    "isLicensed": true,
    "createdDateUtc": "2026-02-08T18:10:51.4498652+00:00",
    "updatedDateUtc": "2026-02-08T18:10:51.4498652+00:00"
  },
  {
    "deviceId": "db68b695-e814-42b5-87ec-beebe102265f",
    "applicationId": "f621a758-1f2c-4530-a379-07b795db4904",
    "isLicensed": true,
    "createdDateUtc": "2026-02-08T18:10:51.4498652+00:00",
    "updatedDateUtc": "2026-02-08T18:10:51.4498652+00:00"
  },
  {
    "deviceId": "db68b695-e814-42b5-87ec-beebe102265f",
    "applicationId": "f621a758-1f2c-4530-a379-07b795db4904",
    "isLicensed": true,
    "createdDateUtc": "2026-02-08T18:10:51.4498652+00:00",
    "updatedDateUtc": "2026-02-08T18:10:51.4498652+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDeviceApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-08T18:10:51.4498652+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T18:10:51.4498652+00:00</UpdatedDateUtc>
    <ApplicationId>f621a758-1f2c-4530-a379-07b795db4904</ApplicationId>
    <DeviceId>db68b695-e814-42b5-87ec-beebe102265f</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-08T18:10:51.4498652+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T18:10:51.4498652+00:00</UpdatedDateUtc>
    <ApplicationId>f621a758-1f2c-4530-a379-07b795db4904</ApplicationId>
    <DeviceId>db68b695-e814-42b5-87ec-beebe102265f</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-08T18:10:51.4498652+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T18:10:51.4498652+00:00</UpdatedDateUtc>
    <ApplicationId>f621a758-1f2c-4530-a379-07b795db4904</ApplicationId>
    <DeviceId>db68b695-e814-42b5-87ec-beebe102265f</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>