Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "eecde6b4-4dcf-44a7-8115-0d177666e945",
    "applicationVersionId": "a65ea752-7b77-4b1e-8fbd-f27d498475f7",
    "createdDateUtc": "2025-11-16T05:46:26.5497612+00:00",
    "updatedDateUtc": "2025-11-16T05:46:26.5497612+00:00"
  },
  {
    "deviceGroupId": "eecde6b4-4dcf-44a7-8115-0d177666e945",
    "applicationVersionId": "a65ea752-7b77-4b1e-8fbd-f27d498475f7",
    "createdDateUtc": "2025-11-16T05:46:26.5497612+00:00",
    "updatedDateUtc": "2025-11-16T05:46:26.5497612+00:00"
  },
  {
    "deviceGroupId": "eecde6b4-4dcf-44a7-8115-0d177666e945",
    "applicationVersionId": "a65ea752-7b77-4b1e-8fbd-f27d498475f7",
    "createdDateUtc": "2025-11-16T05:46:26.5497612+00:00",
    "updatedDateUtc": "2025-11-16T05:46:26.5497612+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-11-16T05:46:26.5497612+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-16T05:46:26.5497612+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a65ea752-7b77-4b1e-8fbd-f27d498475f7</ApplicationVersionId>
    <DeviceGroupId>eecde6b4-4dcf-44a7-8115-0d177666e945</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-11-16T05:46:26.5497612+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-16T05:46:26.5497612+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a65ea752-7b77-4b1e-8fbd-f27d498475f7</ApplicationVersionId>
    <DeviceGroupId>eecde6b4-4dcf-44a7-8115-0d177666e945</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-11-16T05:46:26.5497612+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-16T05:46:26.5497612+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a65ea752-7b77-4b1e-8fbd-f27d498475f7</ApplicationVersionId>
    <DeviceGroupId>eecde6b4-4dcf-44a7-8115-0d177666e945</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>