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": "fe3d523f-ee4f-4807-bfc0-fb5cec4a0a1d",
    "applicationVersionId": "f4728e64-da8d-407b-be6a-005d8ad0376b",
    "createdDateUtc": "2025-09-05T13:36:00.5371687+00:00",
    "updatedDateUtc": "2025-09-05T13:36:00.5371687+00:00"
  },
  {
    "deviceGroupId": "fe3d523f-ee4f-4807-bfc0-fb5cec4a0a1d",
    "applicationVersionId": "f4728e64-da8d-407b-be6a-005d8ad0376b",
    "createdDateUtc": "2025-09-05T13:36:00.5371687+00:00",
    "updatedDateUtc": "2025-09-05T13:36:00.5371687+00:00"
  },
  {
    "deviceGroupId": "fe3d523f-ee4f-4807-bfc0-fb5cec4a0a1d",
    "applicationVersionId": "f4728e64-da8d-407b-be6a-005d8ad0376b",
    "createdDateUtc": "2025-09-05T13:36:00.5371687+00:00",
    "updatedDateUtc": "2025-09-05T13:36:00.5371687+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-09-05T13:36:00.5371687+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-05T13:36:00.5371687+00:00</UpdatedDateUtc>
    <ApplicationVersionId>f4728e64-da8d-407b-be6a-005d8ad0376b</ApplicationVersionId>
    <DeviceGroupId>fe3d523f-ee4f-4807-bfc0-fb5cec4a0a1d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-09-05T13:36:00.5371687+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-05T13:36:00.5371687+00:00</UpdatedDateUtc>
    <ApplicationVersionId>f4728e64-da8d-407b-be6a-005d8ad0376b</ApplicationVersionId>
    <DeviceGroupId>fe3d523f-ee4f-4807-bfc0-fb5cec4a0a1d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-09-05T13:36:00.5371687+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-05T13:36:00.5371687+00:00</UpdatedDateUtc>
    <ApplicationVersionId>f4728e64-da8d-407b-be6a-005d8ad0376b</ApplicationVersionId>
    <DeviceGroupId>fe3d523f-ee4f-4807-bfc0-fb5cec4a0a1d</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>