Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "ef779c02-a617-4426-9e1d-3a42587a0255",
    "applicationVersionId": "0609366c-b454-4c24-b4ff-ec4ef745f79f",
    "createdDateUtc": "2026-02-04T01:51:09.6705812+00:00",
    "updatedDateUtc": "2026-02-04T01:51:09.6705812+00:00"
  },
  {
    "deviceGroupId": "ef779c02-a617-4426-9e1d-3a42587a0255",
    "applicationVersionId": "0609366c-b454-4c24-b4ff-ec4ef745f79f",
    "createdDateUtc": "2026-02-04T01:51:09.6705812+00:00",
    "updatedDateUtc": "2026-02-04T01:51:09.6705812+00:00"
  },
  {
    "deviceGroupId": "ef779c02-a617-4426-9e1d-3a42587a0255",
    "applicationVersionId": "0609366c-b454-4c24-b4ff-ec4ef745f79f",
    "createdDateUtc": "2026-02-04T01:51:09.6705812+00:00",
    "updatedDateUtc": "2026-02-04T01:51:09.6705812+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-02-04T01:51:09.6705812+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:09.6705812+00:00</UpdatedDateUtc>
    <ApplicationVersionId>0609366c-b454-4c24-b4ff-ec4ef745f79f</ApplicationVersionId>
    <DeviceGroupId>ef779c02-a617-4426-9e1d-3a42587a0255</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:09.6705812+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:09.6705812+00:00</UpdatedDateUtc>
    <ApplicationVersionId>0609366c-b454-4c24-b4ff-ec4ef745f79f</ApplicationVersionId>
    <DeviceGroupId>ef779c02-a617-4426-9e1d-3a42587a0255</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:09.6705812+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:09.6705812+00:00</UpdatedDateUtc>
    <ApplicationVersionId>0609366c-b454-4c24-b4ff-ec4ef745f79f</ApplicationVersionId>
    <DeviceGroupId>ef779c02-a617-4426-9e1d-3a42587a0255</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>