Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "d127206d-6ca6-4754-ba37-6180b9444a00",
    "applicationVersionId": "77d202ea-d8ec-45a3-9e1f-f62c8c171b54",
    "createdDateUtc": "2026-07-13T04:17:55.273055+00:00",
    "updatedDateUtc": "2026-07-13T04:17:55.273055+00:00"
  },
  {
    "deviceGroupId": "d127206d-6ca6-4754-ba37-6180b9444a00",
    "applicationVersionId": "77d202ea-d8ec-45a3-9e1f-f62c8c171b54",
    "createdDateUtc": "2026-07-13T04:17:55.273055+00:00",
    "updatedDateUtc": "2026-07-13T04:17:55.273055+00:00"
  },
  {
    "deviceGroupId": "d127206d-6ca6-4754-ba37-6180b9444a00",
    "applicationVersionId": "77d202ea-d8ec-45a3-9e1f-f62c8c171b54",
    "createdDateUtc": "2026-07-13T04:17:55.273055+00:00",
    "updatedDateUtc": "2026-07-13T04:17:55.273055+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-07-13T04:17:55.273055+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-13T04:17:55.273055+00:00</UpdatedDateUtc>
    <ApplicationVersionId>77d202ea-d8ec-45a3-9e1f-f62c8c171b54</ApplicationVersionId>
    <DeviceGroupId>d127206d-6ca6-4754-ba37-6180b9444a00</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-07-13T04:17:55.273055+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-13T04:17:55.273055+00:00</UpdatedDateUtc>
    <ApplicationVersionId>77d202ea-d8ec-45a3-9e1f-f62c8c171b54</ApplicationVersionId>
    <DeviceGroupId>d127206d-6ca6-4754-ba37-6180b9444a00</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-07-13T04:17:55.273055+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-13T04:17:55.273055+00:00</UpdatedDateUtc>
    <ApplicationVersionId>77d202ea-d8ec-45a3-9e1f-f62c8c171b54</ApplicationVersionId>
    <DeviceGroupId>d127206d-6ca6-4754-ba37-6180b9444a00</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>