Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "a4c1d222-cbf9-415d-a60d-c0cdac112528",
    "applicationVersionId": "70cb905e-81ec-445b-8221-214e9c2777c9",
    "createdDateUtc": "2026-08-27T04:31:24.7458772+00:00",
    "updatedDateUtc": "2026-08-27T04:31:24.7458772+00:00"
  },
  {
    "deviceGroupId": "a4c1d222-cbf9-415d-a60d-c0cdac112528",
    "applicationVersionId": "70cb905e-81ec-445b-8221-214e9c2777c9",
    "createdDateUtc": "2026-08-27T04:31:24.7458772+00:00",
    "updatedDateUtc": "2026-08-27T04:31:24.7458772+00:00"
  },
  {
    "deviceGroupId": "a4c1d222-cbf9-415d-a60d-c0cdac112528",
    "applicationVersionId": "70cb905e-81ec-445b-8221-214e9c2777c9",
    "createdDateUtc": "2026-08-27T04:31:24.7458772+00:00",
    "updatedDateUtc": "2026-08-27T04:31:24.7458772+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-27T04:31:24.7458772+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:24.7458772+00:00</UpdatedDateUtc>
    <ApplicationVersionId>70cb905e-81ec-445b-8221-214e9c2777c9</ApplicationVersionId>
    <DeviceGroupId>a4c1d222-cbf9-415d-a60d-c0cdac112528</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:24.7458772+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:24.7458772+00:00</UpdatedDateUtc>
    <ApplicationVersionId>70cb905e-81ec-445b-8221-214e9c2777c9</ApplicationVersionId>
    <DeviceGroupId>a4c1d222-cbf9-415d-a60d-c0cdac112528</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:24.7458772+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:24.7458772+00:00</UpdatedDateUtc>
    <ApplicationVersionId>70cb905e-81ec-445b-8221-214e9c2777c9</ApplicationVersionId>
    <DeviceGroupId>a4c1d222-cbf9-415d-a60d-c0cdac112528</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>