Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "fc0e7d50-f8f3-4b19-90cd-548f67aee7ac",
    "applicationVersionId": "a99d55ac-8b46-47b0-8f45-8c4874111ce7",
    "createdDateUtc": "2026-04-24T23:47:15.4662047+00:00",
    "updatedDateUtc": "2026-04-24T23:47:15.4662047+00:00"
  },
  {
    "deviceGroupId": "fc0e7d50-f8f3-4b19-90cd-548f67aee7ac",
    "applicationVersionId": "a99d55ac-8b46-47b0-8f45-8c4874111ce7",
    "createdDateUtc": "2026-04-24T23:47:15.4662047+00:00",
    "updatedDateUtc": "2026-04-24T23:47:15.4662047+00:00"
  },
  {
    "deviceGroupId": "fc0e7d50-f8f3-4b19-90cd-548f67aee7ac",
    "applicationVersionId": "a99d55ac-8b46-47b0-8f45-8c4874111ce7",
    "createdDateUtc": "2026-04-24T23:47:15.4662047+00:00",
    "updatedDateUtc": "2026-04-24T23:47:15.4662047+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-04-24T23:47:15.4662047+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:15.4662047+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a99d55ac-8b46-47b0-8f45-8c4874111ce7</ApplicationVersionId>
    <DeviceGroupId>fc0e7d50-f8f3-4b19-90cd-548f67aee7ac</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-24T23:47:15.4662047+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:15.4662047+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a99d55ac-8b46-47b0-8f45-8c4874111ce7</ApplicationVersionId>
    <DeviceGroupId>fc0e7d50-f8f3-4b19-90cd-548f67aee7ac</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-24T23:47:15.4662047+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:15.4662047+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a99d55ac-8b46-47b0-8f45-8c4874111ce7</ApplicationVersionId>
    <DeviceGroupId>fc0e7d50-f8f3-4b19-90cd-548f67aee7ac</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>