Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "6bd890cb-9b5f-47c2-93ef-aa38e7b165b0",
    "applicationId": "fa77bd3e-e53c-45e8-9562-0e1521a57b34",
    "isLicensed": true,
    "createdDateUtc": "2025-09-04T19:38:48.2931946+00:00",
    "updatedDateUtc": "2025-09-04T19:38:48.2931946+00:00"
  },
  {
    "deviceId": "6bd890cb-9b5f-47c2-93ef-aa38e7b165b0",
    "applicationId": "fa77bd3e-e53c-45e8-9562-0e1521a57b34",
    "isLicensed": true,
    "createdDateUtc": "2025-09-04T19:38:48.2931946+00:00",
    "updatedDateUtc": "2025-09-04T19:38:48.2931946+00:00"
  },
  {
    "deviceId": "6bd890cb-9b5f-47c2-93ef-aa38e7b165b0",
    "applicationId": "fa77bd3e-e53c-45e8-9562-0e1521a57b34",
    "isLicensed": true,
    "createdDateUtc": "2025-09-04T19:38:48.2931946+00:00",
    "updatedDateUtc": "2025-09-04T19:38:48.2931946+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-09-04T19:38:48.2931946+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-04T19:38:48.2931946+00:00</UpdatedDateUtc>
    <ApplicationId>fa77bd3e-e53c-45e8-9562-0e1521a57b34</ApplicationId>
    <DeviceId>6bd890cb-9b5f-47c2-93ef-aa38e7b165b0</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-09-04T19:38:48.2931946+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-04T19:38:48.2931946+00:00</UpdatedDateUtc>
    <ApplicationId>fa77bd3e-e53c-45e8-9562-0e1521a57b34</ApplicationId>
    <DeviceId>6bd890cb-9b5f-47c2-93ef-aa38e7b165b0</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-09-04T19:38:48.2931946+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-04T19:38:48.2931946+00:00</UpdatedDateUtc>
    <ApplicationId>fa77bd3e-e53c-45e8-9562-0e1521a57b34</ApplicationId>
    <DeviceId>6bd890cb-9b5f-47c2-93ef-aa38e7b165b0</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>