Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "4c61eb32-0958-4cf0-b670-84bd8e7162a1",
    "applicationVersionId": "5fbc1ce3-5095-4d9c-aa71-2e994f30ee2d",
    "createdDateUtc": "2026-03-13T05:42:21.8311017+00:00",
    "updatedDateUtc": "2026-03-13T05:42:21.8311017+00:00"
  },
  {
    "deviceGroupId": "4c61eb32-0958-4cf0-b670-84bd8e7162a1",
    "applicationVersionId": "5fbc1ce3-5095-4d9c-aa71-2e994f30ee2d",
    "createdDateUtc": "2026-03-13T05:42:21.8311017+00:00",
    "updatedDateUtc": "2026-03-13T05:42:21.8311017+00:00"
  },
  {
    "deviceGroupId": "4c61eb32-0958-4cf0-b670-84bd8e7162a1",
    "applicationVersionId": "5fbc1ce3-5095-4d9c-aa71-2e994f30ee2d",
    "createdDateUtc": "2026-03-13T05:42:21.8311017+00:00",
    "updatedDateUtc": "2026-03-13T05:42:21.8311017+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-03-13T05:42:21.8311017+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-13T05:42:21.8311017+00:00</UpdatedDateUtc>
    <ApplicationVersionId>5fbc1ce3-5095-4d9c-aa71-2e994f30ee2d</ApplicationVersionId>
    <DeviceGroupId>4c61eb32-0958-4cf0-b670-84bd8e7162a1</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-03-13T05:42:21.8311017+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-13T05:42:21.8311017+00:00</UpdatedDateUtc>
    <ApplicationVersionId>5fbc1ce3-5095-4d9c-aa71-2e994f30ee2d</ApplicationVersionId>
    <DeviceGroupId>4c61eb32-0958-4cf0-b670-84bd8e7162a1</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-03-13T05:42:21.8311017+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-13T05:42:21.8311017+00:00</UpdatedDateUtc>
    <ApplicationVersionId>5fbc1ce3-5095-4d9c-aa71-2e994f30ee2d</ApplicationVersionId>
    <DeviceGroupId>4c61eb32-0958-4cf0-b670-84bd8e7162a1</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>