Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "dcfa6c9e-3cd1-4e43-b34e-21a3aaa648bf",
    "applicationVersionId": "3ad7fe00-130f-4f04-8ae7-b13215cd4dad",
    "createdDateUtc": "2026-06-25T19:44:40.6349114+00:00",
    "updatedDateUtc": "2026-06-25T19:44:40.6349114+00:00"
  },
  {
    "deviceGroupId": "dcfa6c9e-3cd1-4e43-b34e-21a3aaa648bf",
    "applicationVersionId": "3ad7fe00-130f-4f04-8ae7-b13215cd4dad",
    "createdDateUtc": "2026-06-25T19:44:40.6349114+00:00",
    "updatedDateUtc": "2026-06-25T19:44:40.6349114+00:00"
  },
  {
    "deviceGroupId": "dcfa6c9e-3cd1-4e43-b34e-21a3aaa648bf",
    "applicationVersionId": "3ad7fe00-130f-4f04-8ae7-b13215cd4dad",
    "createdDateUtc": "2026-06-25T19:44:40.6349114+00:00",
    "updatedDateUtc": "2026-06-25T19:44:40.6349114+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-06-25T19:44:40.6349114+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-25T19:44:40.6349114+00:00</UpdatedDateUtc>
    <ApplicationVersionId>3ad7fe00-130f-4f04-8ae7-b13215cd4dad</ApplicationVersionId>
    <DeviceGroupId>dcfa6c9e-3cd1-4e43-b34e-21a3aaa648bf</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-25T19:44:40.6349114+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-25T19:44:40.6349114+00:00</UpdatedDateUtc>
    <ApplicationVersionId>3ad7fe00-130f-4f04-8ae7-b13215cd4dad</ApplicationVersionId>
    <DeviceGroupId>dcfa6c9e-3cd1-4e43-b34e-21a3aaa648bf</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-25T19:44:40.6349114+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-25T19:44:40.6349114+00:00</UpdatedDateUtc>
    <ApplicationVersionId>3ad7fe00-130f-4f04-8ae7-b13215cd4dad</ApplicationVersionId>
    <DeviceGroupId>dcfa6c9e-3cd1-4e43-b34e-21a3aaa648bf</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>