Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "f9532873-299f-4c10-8f00-f4e2f02ea912",
    "applicationId": "d68edf2f-16e8-4ed0-aa99-ce8035fc0c32",
    "isLicensed": true,
    "createdDateUtc": "2026-06-05T18:16:20.0116218+00:00",
    "updatedDateUtc": "2026-06-05T18:16:20.0116218+00:00"
  },
  {
    "deviceId": "f9532873-299f-4c10-8f00-f4e2f02ea912",
    "applicationId": "d68edf2f-16e8-4ed0-aa99-ce8035fc0c32",
    "isLicensed": true,
    "createdDateUtc": "2026-06-05T18:16:20.0116218+00:00",
    "updatedDateUtc": "2026-06-05T18:16:20.0116218+00:00"
  },
  {
    "deviceId": "f9532873-299f-4c10-8f00-f4e2f02ea912",
    "applicationId": "d68edf2f-16e8-4ed0-aa99-ce8035fc0c32",
    "isLicensed": true,
    "createdDateUtc": "2026-06-05T18:16:20.0116218+00:00",
    "updatedDateUtc": "2026-06-05T18:16:20.0116218+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-06-05T18:16:20.0116218+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-05T18:16:20.0116218+00:00</UpdatedDateUtc>
    <ApplicationId>d68edf2f-16e8-4ed0-aa99-ce8035fc0c32</ApplicationId>
    <DeviceId>f9532873-299f-4c10-8f00-f4e2f02ea912</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-06-05T18:16:20.0116218+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-05T18:16:20.0116218+00:00</UpdatedDateUtc>
    <ApplicationId>d68edf2f-16e8-4ed0-aa99-ce8035fc0c32</ApplicationId>
    <DeviceId>f9532873-299f-4c10-8f00-f4e2f02ea912</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-06-05T18:16:20.0116218+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-05T18:16:20.0116218+00:00</UpdatedDateUtc>
    <ApplicationId>d68edf2f-16e8-4ed0-aa99-ce8035fc0c32</ApplicationId>
    <DeviceId>f9532873-299f-4c10-8f00-f4e2f02ea912</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>