Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "1867f83c-483a-4299-a67c-43d4f399b31f",
    "applicationVersionId": "79aaf72a-a36c-434c-8a8f-bcada5040042",
    "createdDateUtc": "2026-08-15T17:25:17.7479405+00:00",
    "updatedDateUtc": "2026-08-15T17:25:17.7479405+00:00"
  },
  {
    "deviceGroupId": "1867f83c-483a-4299-a67c-43d4f399b31f",
    "applicationVersionId": "79aaf72a-a36c-434c-8a8f-bcada5040042",
    "createdDateUtc": "2026-08-15T17:25:17.7479405+00:00",
    "updatedDateUtc": "2026-08-15T17:25:17.7479405+00:00"
  },
  {
    "deviceGroupId": "1867f83c-483a-4299-a67c-43d4f399b31f",
    "applicationVersionId": "79aaf72a-a36c-434c-8a8f-bcada5040042",
    "createdDateUtc": "2026-08-15T17:25:17.7479405+00:00",
    "updatedDateUtc": "2026-08-15T17:25:17.7479405+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-08-15T17:25:17.7479405+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:17.7479405+00:00</UpdatedDateUtc>
    <ApplicationVersionId>79aaf72a-a36c-434c-8a8f-bcada5040042</ApplicationVersionId>
    <DeviceGroupId>1867f83c-483a-4299-a67c-43d4f399b31f</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:17.7479405+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:17.7479405+00:00</UpdatedDateUtc>
    <ApplicationVersionId>79aaf72a-a36c-434c-8a8f-bcada5040042</ApplicationVersionId>
    <DeviceGroupId>1867f83c-483a-4299-a67c-43d4f399b31f</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:17.7479405+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:17.7479405+00:00</UpdatedDateUtc>
    <ApplicationVersionId>79aaf72a-a36c-434c-8a8f-bcada5040042</ApplicationVersionId>
    <DeviceGroupId>1867f83c-483a-4299-a67c-43d4f399b31f</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>