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": "beb76805-128a-4014-8e1a-82223fdf842a",
    "applicationVersionId": "70764a5d-2160-4063-b592-aaef2fb42093",
    "createdDateUtc": "2026-04-24T23:47:15.9818272+00:00",
    "updatedDateUtc": "2026-04-24T23:47:15.9818272+00:00"
  },
  {
    "deviceGroupId": "beb76805-128a-4014-8e1a-82223fdf842a",
    "applicationVersionId": "70764a5d-2160-4063-b592-aaef2fb42093",
    "createdDateUtc": "2026-04-24T23:47:15.9818272+00:00",
    "updatedDateUtc": "2026-04-24T23:47:15.9818272+00:00"
  },
  {
    "deviceGroupId": "beb76805-128a-4014-8e1a-82223fdf842a",
    "applicationVersionId": "70764a5d-2160-4063-b592-aaef2fb42093",
    "createdDateUtc": "2026-04-24T23:47:15.9818272+00:00",
    "updatedDateUtc": "2026-04-24T23:47:15.9818272+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-24T23:47:15.9818272+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:15.9818272+00:00</UpdatedDateUtc>
    <ApplicationVersionId>70764a5d-2160-4063-b592-aaef2fb42093</ApplicationVersionId>
    <DeviceGroupId>beb76805-128a-4014-8e1a-82223fdf842a</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-24T23:47:15.9818272+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:15.9818272+00:00</UpdatedDateUtc>
    <ApplicationVersionId>70764a5d-2160-4063-b592-aaef2fb42093</ApplicationVersionId>
    <DeviceGroupId>beb76805-128a-4014-8e1a-82223fdf842a</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-04-24T23:47:15.9818272+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:15.9818272+00:00</UpdatedDateUtc>
    <ApplicationVersionId>70764a5d-2160-4063-b592-aaef2fb42093</ApplicationVersionId>
    <DeviceGroupId>beb76805-128a-4014-8e1a-82223fdf842a</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>