Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "926bc457-cc81-4c45-bf91-67936cd1ce9f",
    "applicationId": "e975ea7d-d794-4606-a66b-2fbe3c4b6820",
    "isLicensed": true,
    "createdDateUtc": "2025-07-05T15:51:21.6798099+00:00",
    "updatedDateUtc": "2025-07-05T15:51:21.6798099+00:00"
  },
  {
    "deviceId": "926bc457-cc81-4c45-bf91-67936cd1ce9f",
    "applicationId": "e975ea7d-d794-4606-a66b-2fbe3c4b6820",
    "isLicensed": true,
    "createdDateUtc": "2025-07-05T15:51:21.6798099+00:00",
    "updatedDateUtc": "2025-07-05T15:51:21.6798099+00:00"
  },
  {
    "deviceId": "926bc457-cc81-4c45-bf91-67936cd1ce9f",
    "applicationId": "e975ea7d-d794-4606-a66b-2fbe3c4b6820",
    "isLicensed": true,
    "createdDateUtc": "2025-07-05T15:51:21.6798099+00:00",
    "updatedDateUtc": "2025-07-05T15:51:21.6798099+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-07-05T15:51:21.6798099+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-05T15:51:21.6798099+00:00</UpdatedDateUtc>
    <ApplicationId>e975ea7d-d794-4606-a66b-2fbe3c4b6820</ApplicationId>
    <DeviceId>926bc457-cc81-4c45-bf91-67936cd1ce9f</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-07-05T15:51:21.6798099+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-05T15:51:21.6798099+00:00</UpdatedDateUtc>
    <ApplicationId>e975ea7d-d794-4606-a66b-2fbe3c4b6820</ApplicationId>
    <DeviceId>926bc457-cc81-4c45-bf91-67936cd1ce9f</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-07-05T15:51:21.6798099+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-05T15:51:21.6798099+00:00</UpdatedDateUtc>
    <ApplicationId>e975ea7d-d794-4606-a66b-2fbe3c4b6820</ApplicationId>
    <DeviceId>926bc457-cc81-4c45-bf91-67936cd1ce9f</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>