Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "7b23f3b3-6e83-410e-91ab-db0e69582e0c",
    "applicationVersionId": "5c5f777a-6aa6-4878-8c46-ffba9426bdb1",
    "createdDateUtc": "2026-06-08T13:51:03.6295074+00:00",
    "updatedDateUtc": "2026-06-08T13:51:03.6295074+00:00"
  },
  {
    "deviceGroupId": "7b23f3b3-6e83-410e-91ab-db0e69582e0c",
    "applicationVersionId": "5c5f777a-6aa6-4878-8c46-ffba9426bdb1",
    "createdDateUtc": "2026-06-08T13:51:03.6295074+00:00",
    "updatedDateUtc": "2026-06-08T13:51:03.6295074+00:00"
  },
  {
    "deviceGroupId": "7b23f3b3-6e83-410e-91ab-db0e69582e0c",
    "applicationVersionId": "5c5f777a-6aa6-4878-8c46-ffba9426bdb1",
    "createdDateUtc": "2026-06-08T13:51:03.6295074+00:00",
    "updatedDateUtc": "2026-06-08T13:51:03.6295074+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-06-08T13:51:03.6295074+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T13:51:03.6295074+00:00</UpdatedDateUtc>
    <ApplicationVersionId>5c5f777a-6aa6-4878-8c46-ffba9426bdb1</ApplicationVersionId>
    <DeviceGroupId>7b23f3b3-6e83-410e-91ab-db0e69582e0c</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-08T13:51:03.6295074+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T13:51:03.6295074+00:00</UpdatedDateUtc>
    <ApplicationVersionId>5c5f777a-6aa6-4878-8c46-ffba9426bdb1</ApplicationVersionId>
    <DeviceGroupId>7b23f3b3-6e83-410e-91ab-db0e69582e0c</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-08T13:51:03.6295074+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T13:51:03.6295074+00:00</UpdatedDateUtc>
    <ApplicationVersionId>5c5f777a-6aa6-4878-8c46-ffba9426bdb1</ApplicationVersionId>
    <DeviceGroupId>7b23f3b3-6e83-410e-91ab-db0e69582e0c</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>