Cyan Web API - Version 1


GET api/deviceApplications

            Gets all DeviceApplications.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceId": "81a68951-8673-46b5-84de-f32f2ea830ef",
    "applicationId": "7e58d94c-421a-4d50-bbfc-e80c243fa431",
    "isLicensed": true,
    "createdDateUtc": "2025-04-19T01:58:22.2658776+00:00",
    "updatedDateUtc": "2025-04-19T01:58:22.2658776+00:00"
  },
  {
    "deviceId": "81a68951-8673-46b5-84de-f32f2ea830ef",
    "applicationId": "7e58d94c-421a-4d50-bbfc-e80c243fa431",
    "isLicensed": true,
    "createdDateUtc": "2025-04-19T01:58:22.2658776+00:00",
    "updatedDateUtc": "2025-04-19T01:58:22.2658776+00:00"
  },
  {
    "deviceId": "81a68951-8673-46b5-84de-f32f2ea830ef",
    "applicationId": "7e58d94c-421a-4d50-bbfc-e80c243fa431",
    "isLicensed": true,
    "createdDateUtc": "2025-04-19T01:58:22.2658776+00:00",
    "updatedDateUtc": "2025-04-19T01:58:22.2658776+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-04-19T01:58:22.2658776+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-19T01:58:22.2658776+00:00</UpdatedDateUtc>
    <ApplicationId>7e58d94c-421a-4d50-bbfc-e80c243fa431</ApplicationId>
    <DeviceId>81a68951-8673-46b5-84de-f32f2ea830ef</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-04-19T01:58:22.2658776+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-19T01:58:22.2658776+00:00</UpdatedDateUtc>
    <ApplicationId>7e58d94c-421a-4d50-bbfc-e80c243fa431</ApplicationId>
    <DeviceId>81a68951-8673-46b5-84de-f32f2ea830ef</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
  <DeviceApplicationRepresentation>
    <CreatedDateUtc>2025-04-19T01:58:22.2658776+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-19T01:58:22.2658776+00:00</UpdatedDateUtc>
    <ApplicationId>7e58d94c-421a-4d50-bbfc-e80c243fa431</ApplicationId>
    <DeviceId>81a68951-8673-46b5-84de-f32f2ea830ef</DeviceId>
    <IsLicensed>true</IsLicensed>
  </DeviceApplicationRepresentation>
</ArrayOfDeviceApplicationRepresentation>