Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "9e03c2fd-f532-4c88-935d-a3005ce87660",
    "applicationId": "98764648-29a5-4e07-991e-77da32a73e5e",
    "isLicensed": true,
    "createdDateUtc": "2026-03-07T04:34:26.7583241+00:00",
    "updatedDateUtc": "2026-03-07T04:34:26.7583241+00:00"
  },
  {
    "deviceId": "9e03c2fd-f532-4c88-935d-a3005ce87660",
    "applicationId": "98764648-29a5-4e07-991e-77da32a73e5e",
    "isLicensed": true,
    "createdDateUtc": "2026-03-07T04:34:26.7583241+00:00",
    "updatedDateUtc": "2026-03-07T04:34:26.7583241+00:00"
  },
  {
    "deviceId": "9e03c2fd-f532-4c88-935d-a3005ce87660",
    "applicationId": "98764648-29a5-4e07-991e-77da32a73e5e",
    "isLicensed": true,
    "createdDateUtc": "2026-03-07T04:34:26.7583241+00:00",
    "updatedDateUtc": "2026-03-07T04:34:26.7583241+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-03-07T04:34:26.7583241+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-07T04:34:26.7583241+00:00</UpdatedDateUtc>
    <ApplicationId>98764648-29a5-4e07-991e-77da32a73e5e</ApplicationId>
    <DeviceId>9e03c2fd-f532-4c88-935d-a3005ce87660</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-03-07T04:34:26.7583241+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-07T04:34:26.7583241+00:00</UpdatedDateUtc>
    <ApplicationId>98764648-29a5-4e07-991e-77da32a73e5e</ApplicationId>
    <DeviceId>9e03c2fd-f532-4c88-935d-a3005ce87660</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-03-07T04:34:26.7583241+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-07T04:34:26.7583241+00:00</UpdatedDateUtc>
    <ApplicationId>98764648-29a5-4e07-991e-77da32a73e5e</ApplicationId>
    <DeviceId>9e03c2fd-f532-4c88-935d-a3005ce87660</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>