Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "d6704e93-56d1-43fb-a7f3-e47d86e39b37",
    "applicationVersionId": "91a43f1a-72a9-45d1-a31a-de3484a7cc75",
    "createdDateUtc": "2026-06-04T16:16:04.5969803+00:00",
    "updatedDateUtc": "2026-06-04T16:16:04.5969803+00:00"
  },
  {
    "deviceGroupId": "d6704e93-56d1-43fb-a7f3-e47d86e39b37",
    "applicationVersionId": "91a43f1a-72a9-45d1-a31a-de3484a7cc75",
    "createdDateUtc": "2026-06-04T16:16:04.5969803+00:00",
    "updatedDateUtc": "2026-06-04T16:16:04.5969803+00:00"
  },
  {
    "deviceGroupId": "d6704e93-56d1-43fb-a7f3-e47d86e39b37",
    "applicationVersionId": "91a43f1a-72a9-45d1-a31a-de3484a7cc75",
    "createdDateUtc": "2026-06-04T16:16:04.5969803+00:00",
    "updatedDateUtc": "2026-06-04T16:16:04.5969803+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-04T16:16:04.5969803+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-04T16:16:04.5969803+00:00</UpdatedDateUtc>
    <ApplicationVersionId>91a43f1a-72a9-45d1-a31a-de3484a7cc75</ApplicationVersionId>
    <DeviceGroupId>d6704e93-56d1-43fb-a7f3-e47d86e39b37</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-04T16:16:04.5969803+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-04T16:16:04.5969803+00:00</UpdatedDateUtc>
    <ApplicationVersionId>91a43f1a-72a9-45d1-a31a-de3484a7cc75</ApplicationVersionId>
    <DeviceGroupId>d6704e93-56d1-43fb-a7f3-e47d86e39b37</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-04T16:16:04.5969803+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-04T16:16:04.5969803+00:00</UpdatedDateUtc>
    <ApplicationVersionId>91a43f1a-72a9-45d1-a31a-de3484a7cc75</ApplicationVersionId>
    <DeviceGroupId>d6704e93-56d1-43fb-a7f3-e47d86e39b37</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>