Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "02aafeae-46d8-46e4-a033-c965ee2c1aaa",
    "applicationVersionId": "49d58e70-c1a3-476d-9101-6bba12c6adde",
    "createdDateUtc": "2026-04-03T05:48:44.8982899+00:00",
    "updatedDateUtc": "2026-04-03T05:48:44.8982899+00:00"
  },
  {
    "deviceGroupId": "02aafeae-46d8-46e4-a033-c965ee2c1aaa",
    "applicationVersionId": "49d58e70-c1a3-476d-9101-6bba12c6adde",
    "createdDateUtc": "2026-04-03T05:48:44.8982899+00:00",
    "updatedDateUtc": "2026-04-03T05:48:44.8982899+00:00"
  },
  {
    "deviceGroupId": "02aafeae-46d8-46e4-a033-c965ee2c1aaa",
    "applicationVersionId": "49d58e70-c1a3-476d-9101-6bba12c6adde",
    "createdDateUtc": "2026-04-03T05:48:44.8982899+00:00",
    "updatedDateUtc": "2026-04-03T05:48:44.8982899+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-03T05:48:44.8982899+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-03T05:48:44.8982899+00:00</UpdatedDateUtc>
    <ApplicationVersionId>49d58e70-c1a3-476d-9101-6bba12c6adde</ApplicationVersionId>
    <DeviceGroupId>02aafeae-46d8-46e4-a033-c965ee2c1aaa</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-03T05:48:44.8982899+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-03T05:48:44.8982899+00:00</UpdatedDateUtc>
    <ApplicationVersionId>49d58e70-c1a3-476d-9101-6bba12c6adde</ApplicationVersionId>
    <DeviceGroupId>02aafeae-46d8-46e4-a033-c965ee2c1aaa</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-03T05:48:44.8982899+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-03T05:48:44.8982899+00:00</UpdatedDateUtc>
    <ApplicationVersionId>49d58e70-c1a3-476d-9101-6bba12c6adde</ApplicationVersionId>
    <DeviceGroupId>02aafeae-46d8-46e4-a033-c965ee2c1aaa</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>