Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "c91c0b8c-97de-4ef1-9254-f7c9e49514c7",
    "applicationId": "71abec1a-97e7-4d07-84e7-131c717e97bb",
    "isLicensed": true,
    "createdDateUtc": "2026-04-06T08:29:36.2574859+00:00",
    "updatedDateUtc": "2026-04-06T08:29:36.2574859+00:00"
  },
  {
    "deviceId": "c91c0b8c-97de-4ef1-9254-f7c9e49514c7",
    "applicationId": "71abec1a-97e7-4d07-84e7-131c717e97bb",
    "isLicensed": true,
    "createdDateUtc": "2026-04-06T08:29:36.2574859+00:00",
    "updatedDateUtc": "2026-04-06T08:29:36.2574859+00:00"
  },
  {
    "deviceId": "c91c0b8c-97de-4ef1-9254-f7c9e49514c7",
    "applicationId": "71abec1a-97e7-4d07-84e7-131c717e97bb",
    "isLicensed": true,
    "createdDateUtc": "2026-04-06T08:29:36.2574859+00:00",
    "updatedDateUtc": "2026-04-06T08:29:36.2574859+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-04-06T08:29:36.2574859+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-06T08:29:36.2574859+00:00</UpdatedDateUtc>
    <ApplicationId>71abec1a-97e7-4d07-84e7-131c717e97bb</ApplicationId>
    <DeviceId>c91c0b8c-97de-4ef1-9254-f7c9e49514c7</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-04-06T08:29:36.2574859+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-06T08:29:36.2574859+00:00</UpdatedDateUtc>
    <ApplicationId>71abec1a-97e7-4d07-84e7-131c717e97bb</ApplicationId>
    <DeviceId>c91c0b8c-97de-4ef1-9254-f7c9e49514c7</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-04-06T08:29:36.2574859+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-06T08:29:36.2574859+00:00</UpdatedDateUtc>
    <ApplicationId>71abec1a-97e7-4d07-84e7-131c717e97bb</ApplicationId>
    <DeviceId>c91c0b8c-97de-4ef1-9254-f7c9e49514c7</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>