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": "7ff827df-c270-4e3c-844f-7e3823943cb9",
    "applicationVersionId": "a31682e7-14c7-4b6f-830b-0c4f50ef1d82",
    "createdDateUtc": "2026-05-14T06:49:58.920923+00:00",
    "updatedDateUtc": "2026-05-14T06:49:58.920923+00:00"
  },
  {
    "deviceGroupId": "7ff827df-c270-4e3c-844f-7e3823943cb9",
    "applicationVersionId": "a31682e7-14c7-4b6f-830b-0c4f50ef1d82",
    "createdDateUtc": "2026-05-14T06:49:58.920923+00:00",
    "updatedDateUtc": "2026-05-14T06:49:58.920923+00:00"
  },
  {
    "deviceGroupId": "7ff827df-c270-4e3c-844f-7e3823943cb9",
    "applicationVersionId": "a31682e7-14c7-4b6f-830b-0c4f50ef1d82",
    "createdDateUtc": "2026-05-14T06:49:58.920923+00:00",
    "updatedDateUtc": "2026-05-14T06:49:58.920923+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-05-14T06:49:58.920923+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-14T06:49:58.920923+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a31682e7-14c7-4b6f-830b-0c4f50ef1d82</ApplicationVersionId>
    <DeviceGroupId>7ff827df-c270-4e3c-844f-7e3823943cb9</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-05-14T06:49:58.920923+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-14T06:49:58.920923+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a31682e7-14c7-4b6f-830b-0c4f50ef1d82</ApplicationVersionId>
    <DeviceGroupId>7ff827df-c270-4e3c-844f-7e3823943cb9</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-05-14T06:49:58.920923+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-14T06:49:58.920923+00:00</UpdatedDateUtc>
    <ApplicationVersionId>a31682e7-14c7-4b6f-830b-0c4f50ef1d82</ApplicationVersionId>
    <DeviceGroupId>7ff827df-c270-4e3c-844f-7e3823943cb9</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>