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": "29ad94d1-d6d1-4ccf-8200-c5eca4d9bc2d",
    "applicationVersionId": "0bd9f1d7-19ff-4298-8662-7eabcaeaeb9e",
    "createdDateUtc": "2026-07-21T19:46:05.1958421+00:00",
    "updatedDateUtc": "2026-07-21T19:46:05.1958421+00:00"
  },
  {
    "deviceGroupId": "29ad94d1-d6d1-4ccf-8200-c5eca4d9bc2d",
    "applicationVersionId": "0bd9f1d7-19ff-4298-8662-7eabcaeaeb9e",
    "createdDateUtc": "2026-07-21T19:46:05.1958421+00:00",
    "updatedDateUtc": "2026-07-21T19:46:05.1958421+00:00"
  },
  {
    "deviceGroupId": "29ad94d1-d6d1-4ccf-8200-c5eca4d9bc2d",
    "applicationVersionId": "0bd9f1d7-19ff-4298-8662-7eabcaeaeb9e",
    "createdDateUtc": "2026-07-21T19:46:05.1958421+00:00",
    "updatedDateUtc": "2026-07-21T19:46:05.1958421+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-07-21T19:46:05.1958421+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T19:46:05.1958421+00:00</UpdatedDateUtc>
    <ApplicationVersionId>0bd9f1d7-19ff-4298-8662-7eabcaeaeb9e</ApplicationVersionId>
    <DeviceGroupId>29ad94d1-d6d1-4ccf-8200-c5eca4d9bc2d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-07-21T19:46:05.1958421+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T19:46:05.1958421+00:00</UpdatedDateUtc>
    <ApplicationVersionId>0bd9f1d7-19ff-4298-8662-7eabcaeaeb9e</ApplicationVersionId>
    <DeviceGroupId>29ad94d1-d6d1-4ccf-8200-c5eca4d9bc2d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-07-21T19:46:05.1958421+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T19:46:05.1958421+00:00</UpdatedDateUtc>
    <ApplicationVersionId>0bd9f1d7-19ff-4298-8662-7eabcaeaeb9e</ApplicationVersionId>
    <DeviceGroupId>29ad94d1-d6d1-4ccf-8200-c5eca4d9bc2d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>