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": "41218817-ee2e-4f4b-9000-6364f2aa01d7",
    "applicationVersionId": "59918d52-4187-40d6-873f-79f7b2208d20",
    "createdDateUtc": "2026-03-09T16:50:39.988475+00:00",
    "updatedDateUtc": "2026-03-09T16:50:39.988475+00:00"
  },
  {
    "deviceGroupId": "41218817-ee2e-4f4b-9000-6364f2aa01d7",
    "applicationVersionId": "59918d52-4187-40d6-873f-79f7b2208d20",
    "createdDateUtc": "2026-03-09T16:50:39.988475+00:00",
    "updatedDateUtc": "2026-03-09T16:50:39.988475+00:00"
  },
  {
    "deviceGroupId": "41218817-ee2e-4f4b-9000-6364f2aa01d7",
    "applicationVersionId": "59918d52-4187-40d6-873f-79f7b2208d20",
    "createdDateUtc": "2026-03-09T16:50:39.988475+00:00",
    "updatedDateUtc": "2026-03-09T16:50:39.988475+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-09T16:50:39.988475+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-09T16:50:39.988475+00:00</UpdatedDateUtc>
    <ApplicationVersionId>59918d52-4187-40d6-873f-79f7b2208d20</ApplicationVersionId>
    <DeviceGroupId>41218817-ee2e-4f4b-9000-6364f2aa01d7</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-03-09T16:50:39.988475+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-09T16:50:39.988475+00:00</UpdatedDateUtc>
    <ApplicationVersionId>59918d52-4187-40d6-873f-79f7b2208d20</ApplicationVersionId>
    <DeviceGroupId>41218817-ee2e-4f4b-9000-6364f2aa01d7</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-03-09T16:50:39.988475+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-09T16:50:39.988475+00:00</UpdatedDateUtc>
    <ApplicationVersionId>59918d52-4187-40d6-873f-79f7b2208d20</ApplicationVersionId>
    <DeviceGroupId>41218817-ee2e-4f4b-9000-6364f2aa01d7</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>