Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "6c24734c-9806-40a8-b5ef-00a74d7eb878",
    "applicationId": "193f9b56-64bd-4875-8b6b-5c5d698200e1",
    "isLicensed": true,
    "createdDateUtc": "2024-08-30T00:06:39.9430413+00:00",
    "updatedDateUtc": "2024-08-30T00:06:39.9430413+00:00"
  },
  {
    "deviceId": "6c24734c-9806-40a8-b5ef-00a74d7eb878",
    "applicationId": "193f9b56-64bd-4875-8b6b-5c5d698200e1",
    "isLicensed": true,
    "createdDateUtc": "2024-08-30T00:06:39.9430413+00:00",
    "updatedDateUtc": "2024-08-30T00:06:39.9430413+00:00"
  },
  {
    "deviceId": "6c24734c-9806-40a8-b5ef-00a74d7eb878",
    "applicationId": "193f9b56-64bd-4875-8b6b-5c5d698200e1",
    "isLicensed": true,
    "createdDateUtc": "2024-08-30T00:06:39.9430413+00:00",
    "updatedDateUtc": "2024-08-30T00:06:39.9430413+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>2024-08-30T00:06:39.9430413+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T00:06:39.9430413+00:00</UpdatedDateUtc>
    <ApplicationId>193f9b56-64bd-4875-8b6b-5c5d698200e1</ApplicationId>
    <DeviceId>6c24734c-9806-40a8-b5ef-00a74d7eb878</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2024-08-30T00:06:39.9430413+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T00:06:39.9430413+00:00</UpdatedDateUtc>
    <ApplicationId>193f9b56-64bd-4875-8b6b-5c5d698200e1</ApplicationId>
    <DeviceId>6c24734c-9806-40a8-b5ef-00a74d7eb878</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2024-08-30T00:06:39.9430413+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T00:06:39.9430413+00:00</UpdatedDateUtc>
    <ApplicationId>193f9b56-64bd-4875-8b6b-5c5d698200e1</ApplicationId>
    <DeviceId>6c24734c-9806-40a8-b5ef-00a74d7eb878</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>