Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions?{deviceGroupId}

            Gets the DeviceGroupApplicationVersions for a specific DeviceGroup
            

Request Information

Parameters

NameDescriptionAdditional information
deviceGroupId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "71fb9716-a66b-42ba-83f1-1727cc71dd03",
    "applicationVersionId": "1632a3fe-f25a-48a8-bab7-0599499d8d54",
    "createdDateUtc": "2026-09-10T19:05:45.6625649+00:00",
    "updatedDateUtc": "2026-09-10T19:05:45.6625649+00:00"
  },
  {
    "deviceGroupId": "71fb9716-a66b-42ba-83f1-1727cc71dd03",
    "applicationVersionId": "1632a3fe-f25a-48a8-bab7-0599499d8d54",
    "createdDateUtc": "2026-09-10T19:05:45.6625649+00:00",
    "updatedDateUtc": "2026-09-10T19:05:45.6625649+00:00"
  },
  {
    "deviceGroupId": "71fb9716-a66b-42ba-83f1-1727cc71dd03",
    "applicationVersionId": "1632a3fe-f25a-48a8-bab7-0599499d8d54",
    "createdDateUtc": "2026-09-10T19:05:45.6625649+00:00",
    "updatedDateUtc": "2026-09-10T19:05:45.6625649+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDeviceGroupApplicationVersionRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-09-10T19:05:45.6625649+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-10T19:05:45.6625649+00:00</UpdatedDateUtc>
    <ApplicationVersionId>1632a3fe-f25a-48a8-bab7-0599499d8d54</ApplicationVersionId>
    <DeviceGroupId>71fb9716-a66b-42ba-83f1-1727cc71dd03</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-09-10T19:05:45.6625649+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-10T19:05:45.6625649+00:00</UpdatedDateUtc>
    <ApplicationVersionId>1632a3fe-f25a-48a8-bab7-0599499d8d54</ApplicationVersionId>
    <DeviceGroupId>71fb9716-a66b-42ba-83f1-1727cc71dd03</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-09-10T19:05:45.6625649+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-10T19:05:45.6625649+00:00</UpdatedDateUtc>
    <ApplicationVersionId>1632a3fe-f25a-48a8-bab7-0599499d8d54</ApplicationVersionId>
    <DeviceGroupId>71fb9716-a66b-42ba-83f1-1727cc71dd03</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>