Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "f4ac3652-98dd-4b19-9254-0399467b630d",
    "applicationId": "a430d69a-4e94-47cb-ad34-fd02e3014d63",
    "isLicensed": true,
    "createdDateUtc": "2026-02-04T01:50:25.9567675+00:00",
    "updatedDateUtc": "2026-02-04T01:50:25.9567675+00:00"
  },
  {
    "deviceId": "f4ac3652-98dd-4b19-9254-0399467b630d",
    "applicationId": "a430d69a-4e94-47cb-ad34-fd02e3014d63",
    "isLicensed": true,
    "createdDateUtc": "2026-02-04T01:50:25.9567675+00:00",
    "updatedDateUtc": "2026-02-04T01:50:25.9567675+00:00"
  },
  {
    "deviceId": "f4ac3652-98dd-4b19-9254-0399467b630d",
    "applicationId": "a430d69a-4e94-47cb-ad34-fd02e3014d63",
    "isLicensed": true,
    "createdDateUtc": "2026-02-04T01:50:25.9567675+00:00",
    "updatedDateUtc": "2026-02-04T01:50:25.9567675+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-04T01:50:25.9567675+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:25.9567675+00:00</UpdatedDateUtc>
    <ApplicationId>a430d69a-4e94-47cb-ad34-fd02e3014d63</ApplicationId>
    <DeviceId>f4ac3652-98dd-4b19-9254-0399467b630d</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-04T01:50:25.9567675+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:25.9567675+00:00</UpdatedDateUtc>
    <ApplicationId>a430d69a-4e94-47cb-ad34-fd02e3014d63</ApplicationId>
    <DeviceId>f4ac3652-98dd-4b19-9254-0399467b630d</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2026-02-04T01:50:25.9567675+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:25.9567675+00:00</UpdatedDateUtc>
    <ApplicationId>a430d69a-4e94-47cb-ad34-fd02e3014d63</ApplicationId>
    <DeviceId>f4ac3652-98dd-4b19-9254-0399467b630d</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>