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": "c9a8f200-89de-406a-928f-b1b6c453d035",
    "applicationVersionId": "9ecb7722-9985-42f0-bc0c-0f59e3091713",
    "createdDateUtc": "2026-06-07T07:32:26.3901686+00:00",
    "updatedDateUtc": "2026-06-07T07:32:26.3901686+00:00"
  },
  {
    "deviceGroupId": "c9a8f200-89de-406a-928f-b1b6c453d035",
    "applicationVersionId": "9ecb7722-9985-42f0-bc0c-0f59e3091713",
    "createdDateUtc": "2026-06-07T07:32:26.3901686+00:00",
    "updatedDateUtc": "2026-06-07T07:32:26.3901686+00:00"
  },
  {
    "deviceGroupId": "c9a8f200-89de-406a-928f-b1b6c453d035",
    "applicationVersionId": "9ecb7722-9985-42f0-bc0c-0f59e3091713",
    "createdDateUtc": "2026-06-07T07:32:26.3901686+00:00",
    "updatedDateUtc": "2026-06-07T07:32:26.3901686+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-06-07T07:32:26.3901686+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-07T07:32:26.3901686+00:00</UpdatedDateUtc>
    <ApplicationVersionId>9ecb7722-9985-42f0-bc0c-0f59e3091713</ApplicationVersionId>
    <DeviceGroupId>c9a8f200-89de-406a-928f-b1b6c453d035</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-07T07:32:26.3901686+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-07T07:32:26.3901686+00:00</UpdatedDateUtc>
    <ApplicationVersionId>9ecb7722-9985-42f0-bc0c-0f59e3091713</ApplicationVersionId>
    <DeviceGroupId>c9a8f200-89de-406a-928f-b1b6c453d035</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2026-06-07T07:32:26.3901686+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-07T07:32:26.3901686+00:00</UpdatedDateUtc>
    <ApplicationVersionId>9ecb7722-9985-42f0-bc0c-0f59e3091713</ApplicationVersionId>
    <DeviceGroupId>c9a8f200-89de-406a-928f-b1b6c453d035</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>