Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "2992e3c6-83b7-4edb-8632-c953ea0bc2cf",
    "applicationId": "a214793e-c6a4-4045-b26a-551081e44f89",
    "isLicensed": true,
    "createdDateUtc": "2026-02-01T08:28:23.8411493+00:00",
    "updatedDateUtc": "2026-02-01T08:28:23.8411493+00:00"
  },
  {
    "deviceId": "2992e3c6-83b7-4edb-8632-c953ea0bc2cf",
    "applicationId": "a214793e-c6a4-4045-b26a-551081e44f89",
    "isLicensed": true,
    "createdDateUtc": "2026-02-01T08:28:23.8411493+00:00",
    "updatedDateUtc": "2026-02-01T08:28:23.8411493+00:00"
  },
  {
    "deviceId": "2992e3c6-83b7-4edb-8632-c953ea0bc2cf",
    "applicationId": "a214793e-c6a4-4045-b26a-551081e44f89",
    "isLicensed": true,
    "createdDateUtc": "2026-02-01T08:28:23.8411493+00:00",
    "updatedDateUtc": "2026-02-01T08:28:23.8411493+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-02-01T08:28:23.8411493+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-01T08:28:23.8411493+00:00</UpdatedDateUtc>
    <ApplicationId>a214793e-c6a4-4045-b26a-551081e44f89</ApplicationId>
    <DeviceId>2992e3c6-83b7-4edb-8632-c953ea0bc2cf</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-01T08:28:23.8411493+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-01T08:28:23.8411493+00:00</UpdatedDateUtc>
    <ApplicationId>a214793e-c6a4-4045-b26a-551081e44f89</ApplicationId>
    <DeviceId>2992e3c6-83b7-4edb-8632-c953ea0bc2cf</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-01T08:28:23.8411493+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-01T08:28:23.8411493+00:00</UpdatedDateUtc>
    <ApplicationId>a214793e-c6a4-4045-b26a-551081e44f89</ApplicationId>
    <DeviceId>2992e3c6-83b7-4edb-8632-c953ea0bc2cf</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>