Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "baeb7766-7785-475f-9c18-27a028d3b5e3",
    "applicationId": "1f1f3728-97e2-4b1a-965e-f0139895fdae",
    "isLicensed": true,
    "createdDateUtc": "2026-09-11T11:01:02.5107976+00:00",
    "updatedDateUtc": "2026-09-11T11:01:02.5107976+00:00"
  },
  {
    "deviceId": "baeb7766-7785-475f-9c18-27a028d3b5e3",
    "applicationId": "1f1f3728-97e2-4b1a-965e-f0139895fdae",
    "isLicensed": true,
    "createdDateUtc": "2026-09-11T11:01:02.5107976+00:00",
    "updatedDateUtc": "2026-09-11T11:01:02.5107976+00:00"
  },
  {
    "deviceId": "baeb7766-7785-475f-9c18-27a028d3b5e3",
    "applicationId": "1f1f3728-97e2-4b1a-965e-f0139895fdae",
    "isLicensed": true,
    "createdDateUtc": "2026-09-11T11:01:02.5107976+00:00",
    "updatedDateUtc": "2026-09-11T11:01:02.5107976+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-11T11:01:02.5107976+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T11:01:02.5107976+00:00</UpdatedDateUtc>
    <ApplicationId>1f1f3728-97e2-4b1a-965e-f0139895fdae</ApplicationId>
    <DeviceId>baeb7766-7785-475f-9c18-27a028d3b5e3</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-09-11T11:01:02.5107976+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T11:01:02.5107976+00:00</UpdatedDateUtc>
    <ApplicationId>1f1f3728-97e2-4b1a-965e-f0139895fdae</ApplicationId>
    <DeviceId>baeb7766-7785-475f-9c18-27a028d3b5e3</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-09-11T11:01:02.5107976+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T11:01:02.5107976+00:00</UpdatedDateUtc>
    <ApplicationId>1f1f3728-97e2-4b1a-965e-f0139895fdae</ApplicationId>
    <DeviceId>baeb7766-7785-475f-9c18-27a028d3b5e3</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>