Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "fecefa17-22f9-4565-9a89-c77aebcf50af",
    "applicationVersionId": "b1904982-4a33-41be-8b92-d258f8cd4897",
    "createdDateUtc": "2025-12-13T06:13:52.4315872+00:00",
    "updatedDateUtc": "2025-12-13T06:13:52.4315872+00:00"
  },
  {
    "deviceGroupId": "fecefa17-22f9-4565-9a89-c77aebcf50af",
    "applicationVersionId": "b1904982-4a33-41be-8b92-d258f8cd4897",
    "createdDateUtc": "2025-12-13T06:13:52.4315872+00:00",
    "updatedDateUtc": "2025-12-13T06:13:52.4315872+00:00"
  },
  {
    "deviceGroupId": "fecefa17-22f9-4565-9a89-c77aebcf50af",
    "applicationVersionId": "b1904982-4a33-41be-8b92-d258f8cd4897",
    "createdDateUtc": "2025-12-13T06:13:52.4315872+00:00",
    "updatedDateUtc": "2025-12-13T06:13:52.4315872+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-12-13T06:13:52.4315872+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-13T06:13:52.4315872+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b1904982-4a33-41be-8b92-d258f8cd4897</ApplicationVersionId>
    <DeviceGroupId>fecefa17-22f9-4565-9a89-c77aebcf50af</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-12-13T06:13:52.4315872+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-13T06:13:52.4315872+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b1904982-4a33-41be-8b92-d258f8cd4897</ApplicationVersionId>
    <DeviceGroupId>fecefa17-22f9-4565-9a89-c77aebcf50af</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-12-13T06:13:52.4315872+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-13T06:13:52.4315872+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b1904982-4a33-41be-8b92-d258f8cd4897</ApplicationVersionId>
    <DeviceGroupId>fecefa17-22f9-4565-9a89-c77aebcf50af</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>