Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "c03601e9-ff52-4534-9b0a-348f6b7a1e67",
    "applicationId": "c2724434-e553-4c08-a7e1-008c62e10452",
    "isLicensed": true,
    "createdDateUtc": "2026-03-29T17:53:51.8188831+00:00",
    "updatedDateUtc": "2026-03-29T17:53:51.8188831+00:00"
  },
  {
    "deviceId": "c03601e9-ff52-4534-9b0a-348f6b7a1e67",
    "applicationId": "c2724434-e553-4c08-a7e1-008c62e10452",
    "isLicensed": true,
    "createdDateUtc": "2026-03-29T17:53:51.8188831+00:00",
    "updatedDateUtc": "2026-03-29T17:53:51.8188831+00:00"
  },
  {
    "deviceId": "c03601e9-ff52-4534-9b0a-348f6b7a1e67",
    "applicationId": "c2724434-e553-4c08-a7e1-008c62e10452",
    "isLicensed": true,
    "createdDateUtc": "2026-03-29T17:53:51.8188831+00:00",
    "updatedDateUtc": "2026-03-29T17:53:51.8188831+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-29T17:53:51.8188831+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T17:53:51.8188831+00:00</UpdatedDateUtc>
    <ApplicationId>c2724434-e553-4c08-a7e1-008c62e10452</ApplicationId>
    <DeviceId>c03601e9-ff52-4534-9b0a-348f6b7a1e67</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-03-29T17:53:51.8188831+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T17:53:51.8188831+00:00</UpdatedDateUtc>
    <ApplicationId>c2724434-e553-4c08-a7e1-008c62e10452</ApplicationId>
    <DeviceId>c03601e9-ff52-4534-9b0a-348f6b7a1e67</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-03-29T17:53:51.8188831+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T17:53:51.8188831+00:00</UpdatedDateUtc>
    <ApplicationId>c2724434-e553-4c08-a7e1-008c62e10452</ApplicationId>
    <DeviceId>c03601e9-ff52-4534-9b0a-348f6b7a1e67</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>