Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "2ff4079f-5a0b-4a51-beab-88cfb4269f6a",
    "applicationVersionId": "b72cba20-6e4a-40df-9166-7721f8887600",
    "createdDateUtc": "2025-06-02T10:45:55.8971761+00:00",
    "updatedDateUtc": "2025-06-02T10:45:55.8971761+00:00"
  },
  {
    "deviceGroupId": "2ff4079f-5a0b-4a51-beab-88cfb4269f6a",
    "applicationVersionId": "b72cba20-6e4a-40df-9166-7721f8887600",
    "createdDateUtc": "2025-06-02T10:45:55.8971761+00:00",
    "updatedDateUtc": "2025-06-02T10:45:55.8971761+00:00"
  },
  {
    "deviceGroupId": "2ff4079f-5a0b-4a51-beab-88cfb4269f6a",
    "applicationVersionId": "b72cba20-6e4a-40df-9166-7721f8887600",
    "createdDateUtc": "2025-06-02T10:45:55.8971761+00:00",
    "updatedDateUtc": "2025-06-02T10:45:55.8971761+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-06-02T10:45:55.8971761+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-06-02T10:45:55.8971761+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b72cba20-6e4a-40df-9166-7721f8887600</ApplicationVersionId>
    <DeviceGroupId>2ff4079f-5a0b-4a51-beab-88cfb4269f6a</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-06-02T10:45:55.8971761+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-06-02T10:45:55.8971761+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b72cba20-6e4a-40df-9166-7721f8887600</ApplicationVersionId>
    <DeviceGroupId>2ff4079f-5a0b-4a51-beab-88cfb4269f6a</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-06-02T10:45:55.8971761+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-06-02T10:45:55.8971761+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b72cba20-6e4a-40df-9166-7721f8887600</ApplicationVersionId>
    <DeviceGroupId>2ff4079f-5a0b-4a51-beab-88cfb4269f6a</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>