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": "b1a1f3b5-3a44-44a6-9ef9-2562fc2a5d9d",
    "applicationVersionId": "129aadd4-534d-43de-adbe-d083ae8fd7f1",
    "createdDateUtc": "2026-03-14T07:27:40.9145075+00:00",
    "updatedDateUtc": "2026-03-14T07:27:40.9145075+00:00"
  },
  {
    "deviceGroupId": "b1a1f3b5-3a44-44a6-9ef9-2562fc2a5d9d",
    "applicationVersionId": "129aadd4-534d-43de-adbe-d083ae8fd7f1",
    "createdDateUtc": "2026-03-14T07:27:40.9145075+00:00",
    "updatedDateUtc": "2026-03-14T07:27:40.9145075+00:00"
  },
  {
    "deviceGroupId": "b1a1f3b5-3a44-44a6-9ef9-2562fc2a5d9d",
    "applicationVersionId": "129aadd4-534d-43de-adbe-d083ae8fd7f1",
    "createdDateUtc": "2026-03-14T07:27:40.9145075+00:00",
    "updatedDateUtc": "2026-03-14T07:27:40.9145075+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-03-14T07:27:40.9145075+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T07:27:40.9145075+00:00</UpdatedDateUtc>
    <ApplicationVersionId>129aadd4-534d-43de-adbe-d083ae8fd7f1</ApplicationVersionId>
    <DeviceGroupId>b1a1f3b5-3a44-44a6-9ef9-2562fc2a5d9d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-03-14T07:27:40.9145075+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T07:27:40.9145075+00:00</UpdatedDateUtc>
    <ApplicationVersionId>129aadd4-534d-43de-adbe-d083ae8fd7f1</ApplicationVersionId>
    <DeviceGroupId>b1a1f3b5-3a44-44a6-9ef9-2562fc2a5d9d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-03-14T07:27:40.9145075+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T07:27:40.9145075+00:00</UpdatedDateUtc>
    <ApplicationVersionId>129aadd4-534d-43de-adbe-d083ae8fd7f1</ApplicationVersionId>
    <DeviceGroupId>b1a1f3b5-3a44-44a6-9ef9-2562fc2a5d9d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>