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": "cac02cd1-0643-4965-9d48-5fd4649aa90b",
    "applicationVersionId": "8b8e181e-c8d7-49d0-9550-acd24a734cfa",
    "createdDateUtc": "2026-08-27T04:31:58.751418+00:00",
    "updatedDateUtc": "2026-08-27T04:31:58.751418+00:00"
  },
  {
    "deviceGroupId": "cac02cd1-0643-4965-9d48-5fd4649aa90b",
    "applicationVersionId": "8b8e181e-c8d7-49d0-9550-acd24a734cfa",
    "createdDateUtc": "2026-08-27T04:31:58.751418+00:00",
    "updatedDateUtc": "2026-08-27T04:31:58.751418+00:00"
  },
  {
    "deviceGroupId": "cac02cd1-0643-4965-9d48-5fd4649aa90b",
    "applicationVersionId": "8b8e181e-c8d7-49d0-9550-acd24a734cfa",
    "createdDateUtc": "2026-08-27T04:31:58.751418+00:00",
    "updatedDateUtc": "2026-08-27T04:31:58.751418+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-08-27T04:31:58.751418+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:58.751418+00:00</UpdatedDateUtc>
    <ApplicationVersionId>8b8e181e-c8d7-49d0-9550-acd24a734cfa</ApplicationVersionId>
    <DeviceGroupId>cac02cd1-0643-4965-9d48-5fd4649aa90b</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:58.751418+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:58.751418+00:00</UpdatedDateUtc>
    <ApplicationVersionId>8b8e181e-c8d7-49d0-9550-acd24a734cfa</ApplicationVersionId>
    <DeviceGroupId>cac02cd1-0643-4965-9d48-5fd4649aa90b</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:58.751418+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:58.751418+00:00</UpdatedDateUtc>
    <ApplicationVersionId>8b8e181e-c8d7-49d0-9550-acd24a734cfa</ApplicationVersionId>
    <DeviceGroupId>cac02cd1-0643-4965-9d48-5fd4649aa90b</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>