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": "11be0fa2-e82b-46b9-9428-74963b76f3e1",
    "applicationVersionId": "01f14a27-85b7-4553-9563-6206603137d0",
    "createdDateUtc": "2024-08-30T01:15:53.1626457+00:00",
    "updatedDateUtc": "2024-08-30T01:15:53.1626457+00:00"
  },
  {
    "deviceGroupId": "11be0fa2-e82b-46b9-9428-74963b76f3e1",
    "applicationVersionId": "01f14a27-85b7-4553-9563-6206603137d0",
    "createdDateUtc": "2024-08-30T01:15:53.1626457+00:00",
    "updatedDateUtc": "2024-08-30T01:15:53.1626457+00:00"
  },
  {
    "deviceGroupId": "11be0fa2-e82b-46b9-9428-74963b76f3e1",
    "applicationVersionId": "01f14a27-85b7-4553-9563-6206603137d0",
    "createdDateUtc": "2024-08-30T01:15:53.1626457+00:00",
    "updatedDateUtc": "2024-08-30T01:15:53.1626457+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>2024-08-30T01:15:53.1626457+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T01:15:53.1626457+00:00</UpdatedDateUtc>
    <ApplicationVersionId>01f14a27-85b7-4553-9563-6206603137d0</ApplicationVersionId>
    <DeviceGroupId>11be0fa2-e82b-46b9-9428-74963b76f3e1</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2024-08-30T01:15:53.1626457+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T01:15:53.1626457+00:00</UpdatedDateUtc>
    <ApplicationVersionId>01f14a27-85b7-4553-9563-6206603137d0</ApplicationVersionId>
    <DeviceGroupId>11be0fa2-e82b-46b9-9428-74963b76f3e1</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2024-08-30T01:15:53.1626457+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2024-08-30T01:15:53.1626457+00:00</UpdatedDateUtc>
    <ApplicationVersionId>01f14a27-85b7-4553-9563-6206603137d0</ApplicationVersionId>
    <DeviceGroupId>11be0fa2-e82b-46b9-9428-74963b76f3e1</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>