Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "fbd022ae-6c85-4466-952e-e34e545911f9",
    "applicationId": "2e66a3c8-4fa0-49f0-aa3c-5499358914bd",
    "isLicensed": true,
    "createdDateUtc": "2025-10-04T16:35:01.3836484+00:00",
    "updatedDateUtc": "2025-10-04T16:35:01.3836484+00:00"
  },
  {
    "deviceId": "fbd022ae-6c85-4466-952e-e34e545911f9",
    "applicationId": "2e66a3c8-4fa0-49f0-aa3c-5499358914bd",
    "isLicensed": true,
    "createdDateUtc": "2025-10-04T16:35:01.3836484+00:00",
    "updatedDateUtc": "2025-10-04T16:35:01.3836484+00:00"
  },
  {
    "deviceId": "fbd022ae-6c85-4466-952e-e34e545911f9",
    "applicationId": "2e66a3c8-4fa0-49f0-aa3c-5499358914bd",
    "isLicensed": true,
    "createdDateUtc": "2025-10-04T16:35:01.3836484+00:00",
    "updatedDateUtc": "2025-10-04T16:35:01.3836484+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-10-04T16:35:01.3836484+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-04T16:35:01.3836484+00:00</UpdatedDateUtc>
    <ApplicationId>2e66a3c8-4fa0-49f0-aa3c-5499358914bd</ApplicationId>
    <DeviceId>fbd022ae-6c85-4466-952e-e34e545911f9</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-10-04T16:35:01.3836484+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-04T16:35:01.3836484+00:00</UpdatedDateUtc>
    <ApplicationId>2e66a3c8-4fa0-49f0-aa3c-5499358914bd</ApplicationId>
    <DeviceId>fbd022ae-6c85-4466-952e-e34e545911f9</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-10-04T16:35:01.3836484+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-04T16:35:01.3836484+00:00</UpdatedDateUtc>
    <ApplicationId>2e66a3c8-4fa0-49f0-aa3c-5499358914bd</ApplicationId>
    <DeviceId>fbd022ae-6c85-4466-952e-e34e545911f9</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>