Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "b0bb473e-4255-409c-9279-5591bebe12fe",
    "applicationVersionId": "a74272d6-e87f-4260-9a84-d78acdddb648",
    "createdDateUtc": "2026-09-11T10:47:20.0363307+00:00",
    "updatedDateUtc": "2026-09-11T10:47:20.0363307+00:00"
  },
  {
    "deviceGroupId": "b0bb473e-4255-409c-9279-5591bebe12fe",
    "applicationVersionId": "a74272d6-e87f-4260-9a84-d78acdddb648",
    "createdDateUtc": "2026-09-11T10:47:20.0363307+00:00",
    "updatedDateUtc": "2026-09-11T10:47:20.0363307+00:00"
  },
  {
    "deviceGroupId": "b0bb473e-4255-409c-9279-5591bebe12fe",
    "applicationVersionId": "a74272d6-e87f-4260-9a84-d78acdddb648",
    "createdDateUtc": "2026-09-11T10:47:20.0363307+00:00",
    "updatedDateUtc": "2026-09-11T10:47:20.0363307+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-09-11T10:47:20.0363307+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T10:47:20.0363307+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a74272d6-e87f-4260-9a84-d78acdddb648</ApplicationVersionId>
    <DeviceGroupId>b0bb473e-4255-409c-9279-5591bebe12fe</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-09-11T10:47:20.0363307+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T10:47:20.0363307+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a74272d6-e87f-4260-9a84-d78acdddb648</ApplicationVersionId>
    <DeviceGroupId>b0bb473e-4255-409c-9279-5591bebe12fe</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-09-11T10:47:20.0363307+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-11T10:47:20.0363307+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a74272d6-e87f-4260-9a84-d78acdddb648</ApplicationVersionId>
    <DeviceGroupId>b0bb473e-4255-409c-9279-5591bebe12fe</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>