Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "1a12b1f8-be5d-4deb-9270-d9f51f52d948",
    "applicationId": "75d302fd-6d71-472e-9bba-f0a8cbdf3f94",
    "isLicensed": true,
    "createdDateUtc": "2025-12-15T19:40:20.6400051+00:00",
    "updatedDateUtc": "2025-12-15T19:40:20.6400051+00:00"
  },
  {
    "deviceId": "1a12b1f8-be5d-4deb-9270-d9f51f52d948",
    "applicationId": "75d302fd-6d71-472e-9bba-f0a8cbdf3f94",
    "isLicensed": true,
    "createdDateUtc": "2025-12-15T19:40:20.6400051+00:00",
    "updatedDateUtc": "2025-12-15T19:40:20.6400051+00:00"
  },
  {
    "deviceId": "1a12b1f8-be5d-4deb-9270-d9f51f52d948",
    "applicationId": "75d302fd-6d71-472e-9bba-f0a8cbdf3f94",
    "isLicensed": true,
    "createdDateUtc": "2025-12-15T19:40:20.6400051+00:00",
    "updatedDateUtc": "2025-12-15T19:40:20.6400051+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-12-15T19:40:20.6400051+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-15T19:40:20.6400051+00:00</UpdatedDateUtc>
    <ApplicationId>75d302fd-6d71-472e-9bba-f0a8cbdf3f94</ApplicationId>
    <DeviceId>1a12b1f8-be5d-4deb-9270-d9f51f52d948</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-12-15T19:40:20.6400051+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-15T19:40:20.6400051+00:00</UpdatedDateUtc>
    <ApplicationId>75d302fd-6d71-472e-9bba-f0a8cbdf3f94</ApplicationId>
    <DeviceId>1a12b1f8-be5d-4deb-9270-d9f51f52d948</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-12-15T19:40:20.6400051+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-15T19:40:20.6400051+00:00</UpdatedDateUtc>
    <ApplicationId>75d302fd-6d71-472e-9bba-f0a8cbdf3f94</ApplicationId>
    <DeviceId>1a12b1f8-be5d-4deb-9270-d9f51f52d948</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>