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": "f18f94cc-4552-447c-b57b-ce3d78dee22d",
    "applicationVersionId": "249d257c-006e-41e5-bb6c-b43a97d6d0df",
    "createdDateUtc": "2026-04-10T20:54:34.983352+00:00",
    "updatedDateUtc": "2026-04-10T20:54:34.983352+00:00"
  },
  {
    "deviceGroupId": "f18f94cc-4552-447c-b57b-ce3d78dee22d",
    "applicationVersionId": "249d257c-006e-41e5-bb6c-b43a97d6d0df",
    "createdDateUtc": "2026-04-10T20:54:34.983352+00:00",
    "updatedDateUtc": "2026-04-10T20:54:34.983352+00:00"
  },
  {
    "deviceGroupId": "f18f94cc-4552-447c-b57b-ce3d78dee22d",
    "applicationVersionId": "249d257c-006e-41e5-bb6c-b43a97d6d0df",
    "createdDateUtc": "2026-04-10T20:54:34.983352+00:00",
    "updatedDateUtc": "2026-04-10T20:54:34.983352+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-04-10T20:54:34.983352+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-10T20:54:34.983352+00:00</UpdatedDateUtc>
    <ApplicationVersionId>249d257c-006e-41e5-bb6c-b43a97d6d0df</ApplicationVersionId>
    <DeviceGroupId>f18f94cc-4552-447c-b57b-ce3d78dee22d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-10T20:54:34.983352+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-10T20:54:34.983352+00:00</UpdatedDateUtc>
    <ApplicationVersionId>249d257c-006e-41e5-bb6c-b43a97d6d0df</ApplicationVersionId>
    <DeviceGroupId>f18f94cc-4552-447c-b57b-ce3d78dee22d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-10T20:54:34.983352+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-10T20:54:34.983352+00:00</UpdatedDateUtc>
    <ApplicationVersionId>249d257c-006e-41e5-bb6c-b43a97d6d0df</ApplicationVersionId>
    <DeviceGroupId>f18f94cc-4552-447c-b57b-ce3d78dee22d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>