Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "51448a93-5da8-417c-a0d0-76ffbe795991",
    "applicationVersionId": "77016630-fff2-41bc-ba4a-5d75adbe8208",
    "createdDateUtc": "2025-10-07T18:31:52.4028519+00:00",
    "updatedDateUtc": "2025-10-07T18:31:52.4028519+00:00"
  },
  {
    "deviceGroupId": "51448a93-5da8-417c-a0d0-76ffbe795991",
    "applicationVersionId": "77016630-fff2-41bc-ba4a-5d75adbe8208",
    "createdDateUtc": "2025-10-07T18:31:52.4028519+00:00",
    "updatedDateUtc": "2025-10-07T18:31:52.4028519+00:00"
  },
  {
    "deviceGroupId": "51448a93-5da8-417c-a0d0-76ffbe795991",
    "applicationVersionId": "77016630-fff2-41bc-ba4a-5d75adbe8208",
    "createdDateUtc": "2025-10-07T18:31:52.4028519+00:00",
    "updatedDateUtc": "2025-10-07T18:31:52.4028519+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-10-07T18:31:52.4028519+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-07T18:31:52.4028519+00:00</UpdatedDateUtc>
    <ApplicationVersionId>77016630-fff2-41bc-ba4a-5d75adbe8208</ApplicationVersionId>
    <DeviceGroupId>51448a93-5da8-417c-a0d0-76ffbe795991</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-10-07T18:31:52.4028519+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-07T18:31:52.4028519+00:00</UpdatedDateUtc>
    <ApplicationVersionId>77016630-fff2-41bc-ba4a-5d75adbe8208</ApplicationVersionId>
    <DeviceGroupId>51448a93-5da8-417c-a0d0-76ffbe795991</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-10-07T18:31:52.4028519+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-07T18:31:52.4028519+00:00</UpdatedDateUtc>
    <ApplicationVersionId>77016630-fff2-41bc-ba4a-5d75adbe8208</ApplicationVersionId>
    <DeviceGroupId>51448a93-5da8-417c-a0d0-76ffbe795991</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>