Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "2da6f4ef-eff9-4e90-89d2-7e67241e60a4",
    "applicationVersionId": "167745f9-d884-4371-b25f-1b799a21bb4b",
    "createdDateUtc": "2025-09-08T22:53:05.1089787+00:00",
    "updatedDateUtc": "2025-09-08T22:53:05.1089787+00:00"
  },
  {
    "deviceGroupId": "2da6f4ef-eff9-4e90-89d2-7e67241e60a4",
    "applicationVersionId": "167745f9-d884-4371-b25f-1b799a21bb4b",
    "createdDateUtc": "2025-09-08T22:53:05.1089787+00:00",
    "updatedDateUtc": "2025-09-08T22:53:05.1089787+00:00"
  },
  {
    "deviceGroupId": "2da6f4ef-eff9-4e90-89d2-7e67241e60a4",
    "applicationVersionId": "167745f9-d884-4371-b25f-1b799a21bb4b",
    "createdDateUtc": "2025-09-08T22:53:05.1089787+00:00",
    "updatedDateUtc": "2025-09-08T22:53:05.1089787+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>2025-09-08T22:53:05.1089787+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-08T22:53:05.1089787+00:00</UpdatedDateUtc>
    <ApplicationVersionId>167745f9-d884-4371-b25f-1b799a21bb4b</ApplicationVersionId>
    <DeviceGroupId>2da6f4ef-eff9-4e90-89d2-7e67241e60a4</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-09-08T22:53:05.1089787+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-08T22:53:05.1089787+00:00</UpdatedDateUtc>
    <ApplicationVersionId>167745f9-d884-4371-b25f-1b799a21bb4b</ApplicationVersionId>
    <DeviceGroupId>2da6f4ef-eff9-4e90-89d2-7e67241e60a4</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-09-08T22:53:05.1089787+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-08T22:53:05.1089787+00:00</UpdatedDateUtc>
    <ApplicationVersionId>167745f9-d884-4371-b25f-1b799a21bb4b</ApplicationVersionId>
    <DeviceGroupId>2da6f4ef-eff9-4e90-89d2-7e67241e60a4</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>