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": "afe412b2-520a-4327-a45b-1ad1e0c35f24",
    "applicationVersionId": "66e2ed03-da32-49ef-abd0-07c45c1573b6",
    "createdDateUtc": "2026-02-04T01:51:34.082097+00:00",
    "updatedDateUtc": "2026-02-04T01:51:34.082097+00:00"
  },
  {
    "deviceGroupId": "afe412b2-520a-4327-a45b-1ad1e0c35f24",
    "applicationVersionId": "66e2ed03-da32-49ef-abd0-07c45c1573b6",
    "createdDateUtc": "2026-02-04T01:51:34.082097+00:00",
    "updatedDateUtc": "2026-02-04T01:51:34.082097+00:00"
  },
  {
    "deviceGroupId": "afe412b2-520a-4327-a45b-1ad1e0c35f24",
    "applicationVersionId": "66e2ed03-da32-49ef-abd0-07c45c1573b6",
    "createdDateUtc": "2026-02-04T01:51:34.082097+00:00",
    "updatedDateUtc": "2026-02-04T01:51:34.082097+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-04T01:51:34.082097+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:34.082097+00:00</UpdatedDateUtc>
    <ApplicationVersionId>66e2ed03-da32-49ef-abd0-07c45c1573b6</ApplicationVersionId>
    <DeviceGroupId>afe412b2-520a-4327-a45b-1ad1e0c35f24</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:34.082097+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:34.082097+00:00</UpdatedDateUtc>
    <ApplicationVersionId>66e2ed03-da32-49ef-abd0-07c45c1573b6</ApplicationVersionId>
    <DeviceGroupId>afe412b2-520a-4327-a45b-1ad1e0c35f24</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:34.082097+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:34.082097+00:00</UpdatedDateUtc>
    <ApplicationVersionId>66e2ed03-da32-49ef-abd0-07c45c1573b6</ApplicationVersionId>
    <DeviceGroupId>afe412b2-520a-4327-a45b-1ad1e0c35f24</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>