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": "dba059d6-40ed-42d4-a277-32d8229bc804",
    "applicationVersionId": "3be0cfaf-acc9-4a18-a06a-6bc3257109b1",
    "createdDateUtc": "2025-07-12T00:29:07.0134057+00:00",
    "updatedDateUtc": "2025-07-12T00:29:07.0134057+00:00"
  },
  {
    "deviceGroupId": "dba059d6-40ed-42d4-a277-32d8229bc804",
    "applicationVersionId": "3be0cfaf-acc9-4a18-a06a-6bc3257109b1",
    "createdDateUtc": "2025-07-12T00:29:07.0134057+00:00",
    "updatedDateUtc": "2025-07-12T00:29:07.0134057+00:00"
  },
  {
    "deviceGroupId": "dba059d6-40ed-42d4-a277-32d8229bc804",
    "applicationVersionId": "3be0cfaf-acc9-4a18-a06a-6bc3257109b1",
    "createdDateUtc": "2025-07-12T00:29:07.0134057+00:00",
    "updatedDateUtc": "2025-07-12T00:29:07.0134057+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>2025-07-12T00:29:07.0134057+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-12T00:29:07.0134057+00:00</UpdatedDateUtc>
    <ApplicationVersionId>3be0cfaf-acc9-4a18-a06a-6bc3257109b1</ApplicationVersionId>
    <DeviceGroupId>dba059d6-40ed-42d4-a277-32d8229bc804</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-07-12T00:29:07.0134057+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-12T00:29:07.0134057+00:00</UpdatedDateUtc>
    <ApplicationVersionId>3be0cfaf-acc9-4a18-a06a-6bc3257109b1</ApplicationVersionId>
    <DeviceGroupId>dba059d6-40ed-42d4-a277-32d8229bc804</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-07-12T00:29:07.0134057+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-12T00:29:07.0134057+00:00</UpdatedDateUtc>
    <ApplicationVersionId>3be0cfaf-acc9-4a18-a06a-6bc3257109b1</ApplicationVersionId>
    <DeviceGroupId>dba059d6-40ed-42d4-a277-32d8229bc804</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>