Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "e1319d1d-767c-4e00-bbd4-2266d3461624",
    "applicationVersionId": "347560ed-e751-4298-93ef-4c3faebb51d8",
    "createdDateUtc": "2025-07-09T07:52:25.2240188+00:00",
    "updatedDateUtc": "2025-07-09T07:52:25.2240188+00:00"
  },
  {
    "deviceGroupId": "e1319d1d-767c-4e00-bbd4-2266d3461624",
    "applicationVersionId": "347560ed-e751-4298-93ef-4c3faebb51d8",
    "createdDateUtc": "2025-07-09T07:52:25.2240188+00:00",
    "updatedDateUtc": "2025-07-09T07:52:25.2240188+00:00"
  },
  {
    "deviceGroupId": "e1319d1d-767c-4e00-bbd4-2266d3461624",
    "applicationVersionId": "347560ed-e751-4298-93ef-4c3faebb51d8",
    "createdDateUtc": "2025-07-09T07:52:25.2240188+00:00",
    "updatedDateUtc": "2025-07-09T07:52:25.2240188+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-07-09T07:52:25.2240188+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-09T07:52:25.2240188+00:00</UpdatedDateUtc>
    <ApplicationVersionId>347560ed-e751-4298-93ef-4c3faebb51d8</ApplicationVersionId>
    <DeviceGroupId>e1319d1d-767c-4e00-bbd4-2266d3461624</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-07-09T07:52:25.2240188+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-09T07:52:25.2240188+00:00</UpdatedDateUtc>
    <ApplicationVersionId>347560ed-e751-4298-93ef-4c3faebb51d8</ApplicationVersionId>
    <DeviceGroupId>e1319d1d-767c-4e00-bbd4-2266d3461624</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-07-09T07:52:25.2240188+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-09T07:52:25.2240188+00:00</UpdatedDateUtc>
    <ApplicationVersionId>347560ed-e751-4298-93ef-4c3faebb51d8</ApplicationVersionId>
    <DeviceGroupId>e1319d1d-767c-4e00-bbd4-2266d3461624</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>