Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "706953ab-6293-4674-83db-06e97adba883",
    "applicationId": "5d8e69dc-2479-492a-8860-43f0fc6226e3",
    "isLicensed": true,
    "createdDateUtc": "2025-11-15T12:18:08.9810329+00:00",
    "updatedDateUtc": "2025-11-15T12:18:08.9810329+00:00"
  },
  {
    "deviceId": "706953ab-6293-4674-83db-06e97adba883",
    "applicationId": "5d8e69dc-2479-492a-8860-43f0fc6226e3",
    "isLicensed": true,
    "createdDateUtc": "2025-11-15T12:18:08.9810329+00:00",
    "updatedDateUtc": "2025-11-15T12:18:08.9810329+00:00"
  },
  {
    "deviceId": "706953ab-6293-4674-83db-06e97adba883",
    "applicationId": "5d8e69dc-2479-492a-8860-43f0fc6226e3",
    "isLicensed": true,
    "createdDateUtc": "2025-11-15T12:18:08.9810329+00:00",
    "updatedDateUtc": "2025-11-15T12:18:08.9810329+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>2025-11-15T12:18:08.9810329+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T12:18:08.9810329+00:00</UpdatedDateUtc>
    <ApplicationId>5d8e69dc-2479-492a-8860-43f0fc6226e3</ApplicationId>
    <DeviceId>706953ab-6293-4674-83db-06e97adba883</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-11-15T12:18:08.9810329+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T12:18:08.9810329+00:00</UpdatedDateUtc>
    <ApplicationId>5d8e69dc-2479-492a-8860-43f0fc6226e3</ApplicationId>
    <DeviceId>706953ab-6293-4674-83db-06e97adba883</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-11-15T12:18:08.9810329+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T12:18:08.9810329+00:00</UpdatedDateUtc>
    <ApplicationId>5d8e69dc-2479-492a-8860-43f0fc6226e3</ApplicationId>
    <DeviceId>706953ab-6293-4674-83db-06e97adba883</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>