Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "3f19f7ff-ceae-4d40-8f83-b878cfcaee89",
    "applicationId": "9be2a657-5c55-4a72-bffc-0e64a9eba057",
    "isLicensed": true,
    "createdDateUtc": "2026-09-03T05:12:59.4971431+00:00",
    "updatedDateUtc": "2026-09-03T05:12:59.4971431+00:00"
  },
  {
    "deviceId": "3f19f7ff-ceae-4d40-8f83-b878cfcaee89",
    "applicationId": "9be2a657-5c55-4a72-bffc-0e64a9eba057",
    "isLicensed": true,
    "createdDateUtc": "2026-09-03T05:12:59.4971431+00:00",
    "updatedDateUtc": "2026-09-03T05:12:59.4971431+00:00"
  },
  {
    "deviceId": "3f19f7ff-ceae-4d40-8f83-b878cfcaee89",
    "applicationId": "9be2a657-5c55-4a72-bffc-0e64a9eba057",
    "isLicensed": true,
    "createdDateUtc": "2026-09-03T05:12:59.4971431+00:00",
    "updatedDateUtc": "2026-09-03T05:12:59.4971431+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-09-03T05:12:59.4971431+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-03T05:12:59.4971431+00:00</UpdatedDateUtc>
    <ApplicationId>9be2a657-5c55-4a72-bffc-0e64a9eba057</ApplicationId>
    <DeviceId>3f19f7ff-ceae-4d40-8f83-b878cfcaee89</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-09-03T05:12:59.4971431+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-03T05:12:59.4971431+00:00</UpdatedDateUtc>
    <ApplicationId>9be2a657-5c55-4a72-bffc-0e64a9eba057</ApplicationId>
    <DeviceId>3f19f7ff-ceae-4d40-8f83-b878cfcaee89</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-09-03T05:12:59.4971431+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-03T05:12:59.4971431+00:00</UpdatedDateUtc>
    <ApplicationId>9be2a657-5c55-4a72-bffc-0e64a9eba057</ApplicationId>
    <DeviceId>3f19f7ff-ceae-4d40-8f83-b878cfcaee89</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>