Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "71831a97-c716-4027-bd2c-36832af790ec",
    "applicationVersionId": "8b358ed7-a4ab-4196-9212-f7b162eab06d",
    "createdDateUtc": "2026-04-02T02:20:08.4149361+00:00",
    "updatedDateUtc": "2026-04-02T02:20:08.4149361+00:00"
  },
  {
    "deviceGroupId": "71831a97-c716-4027-bd2c-36832af790ec",
    "applicationVersionId": "8b358ed7-a4ab-4196-9212-f7b162eab06d",
    "createdDateUtc": "2026-04-02T02:20:08.4149361+00:00",
    "updatedDateUtc": "2026-04-02T02:20:08.4149361+00:00"
  },
  {
    "deviceGroupId": "71831a97-c716-4027-bd2c-36832af790ec",
    "applicationVersionId": "8b358ed7-a4ab-4196-9212-f7b162eab06d",
    "createdDateUtc": "2026-04-02T02:20:08.4149361+00:00",
    "updatedDateUtc": "2026-04-02T02:20:08.4149361+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-04-02T02:20:08.4149361+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T02:20:08.4149361+00:00</UpdatedDateUtc>
    <ApplicationVersionId>8b358ed7-a4ab-4196-9212-f7b162eab06d</ApplicationVersionId>
    <DeviceGroupId>71831a97-c716-4027-bd2c-36832af790ec</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-02T02:20:08.4149361+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T02:20:08.4149361+00:00</UpdatedDateUtc>
    <ApplicationVersionId>8b358ed7-a4ab-4196-9212-f7b162eab06d</ApplicationVersionId>
    <DeviceGroupId>71831a97-c716-4027-bd2c-36832af790ec</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-02T02:20:08.4149361+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T02:20:08.4149361+00:00</UpdatedDateUtc>
    <ApplicationVersionId>8b358ed7-a4ab-4196-9212-f7b162eab06d</ApplicationVersionId>
    <DeviceGroupId>71831a97-c716-4027-bd2c-36832af790ec</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>