Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "ed2d7a22-f9f0-4d13-b248-b534f2d7e424",
    "applicationVersionId": "a8a7cd44-585e-455d-9863-6d692db95d19",
    "createdDateUtc": "2026-07-27T01:14:40.4201938+00:00",
    "updatedDateUtc": "2026-07-27T01:14:40.4201938+00:00"
  },
  {
    "deviceGroupId": "ed2d7a22-f9f0-4d13-b248-b534f2d7e424",
    "applicationVersionId": "a8a7cd44-585e-455d-9863-6d692db95d19",
    "createdDateUtc": "2026-07-27T01:14:40.4201938+00:00",
    "updatedDateUtc": "2026-07-27T01:14:40.4201938+00:00"
  },
  {
    "deviceGroupId": "ed2d7a22-f9f0-4d13-b248-b534f2d7e424",
    "applicationVersionId": "a8a7cd44-585e-455d-9863-6d692db95d19",
    "createdDateUtc": "2026-07-27T01:14:40.4201938+00:00",
    "updatedDateUtc": "2026-07-27T01:14:40.4201938+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-07-27T01:14:40.4201938+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-27T01:14:40.4201938+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a8a7cd44-585e-455d-9863-6d692db95d19</ApplicationVersionId>
    <DeviceGroupId>ed2d7a22-f9f0-4d13-b248-b534f2d7e424</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-07-27T01:14:40.4201938+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-27T01:14:40.4201938+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a8a7cd44-585e-455d-9863-6d692db95d19</ApplicationVersionId>
    <DeviceGroupId>ed2d7a22-f9f0-4d13-b248-b534f2d7e424</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-07-27T01:14:40.4201938+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-27T01:14:40.4201938+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a8a7cd44-585e-455d-9863-6d692db95d19</ApplicationVersionId>
    <DeviceGroupId>ed2d7a22-f9f0-4d13-b248-b534f2d7e424</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>