Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions?{deviceGroupId}

            Gets the DeviceGroupApplicationVersions for a specific DeviceGroup
            

Request Information

Parameters

NameDescriptionAdditional information
deviceGroupId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "a5b80b64-1a97-4f76-b8e3-3fc7d63e371b",
    "applicationVersionId": "b1b4e66f-f907-49ec-a426-36a625a792ea",
    "createdDateUtc": "2026-02-06T04:46:48.3585973+00:00",
    "updatedDateUtc": "2026-02-06T04:46:48.3585973+00:00"
  },
  {
    "deviceGroupId": "a5b80b64-1a97-4f76-b8e3-3fc7d63e371b",
    "applicationVersionId": "b1b4e66f-f907-49ec-a426-36a625a792ea",
    "createdDateUtc": "2026-02-06T04:46:48.3585973+00:00",
    "updatedDateUtc": "2026-02-06T04:46:48.3585973+00:00"
  },
  {
    "deviceGroupId": "a5b80b64-1a97-4f76-b8e3-3fc7d63e371b",
    "applicationVersionId": "b1b4e66f-f907-49ec-a426-36a625a792ea",
    "createdDateUtc": "2026-02-06T04:46:48.3585973+00:00",
    "updatedDateUtc": "2026-02-06T04:46:48.3585973+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-02-06T04:46:48.3585973+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-06T04:46:48.3585973+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b1b4e66f-f907-49ec-a426-36a625a792ea</ApplicationVersionId>
    <DeviceGroupId>a5b80b64-1a97-4f76-b8e3-3fc7d63e371b</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-02-06T04:46:48.3585973+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-06T04:46:48.3585973+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b1b4e66f-f907-49ec-a426-36a625a792ea</ApplicationVersionId>
    <DeviceGroupId>a5b80b64-1a97-4f76-b8e3-3fc7d63e371b</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-02-06T04:46:48.3585973+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-06T04:46:48.3585973+00:00</UpdatedDateUtc>
    <ApplicationVersionId>b1b4e66f-f907-49ec-a426-36a625a792ea</ApplicationVersionId>
    <DeviceGroupId>a5b80b64-1a97-4f76-b8e3-3fc7d63e371b</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>