Cyan Web API - Version 1


GET api/deviceGroupApplicationVersions

            Gets all DeviceGroupApplicationVersion records
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "deviceGroupId": "3527864b-d53c-42d2-be70-15e8e90f0a2f",
    "applicationVersionId": "1d7d7e10-a729-4936-8d25-da47d1abfc4f",
    "createdDateUtc": "2025-04-21T01:17:53.5067825+00:00",
    "updatedDateUtc": "2025-04-21T01:17:53.5067825+00:00"
  },
  {
    "deviceGroupId": "3527864b-d53c-42d2-be70-15e8e90f0a2f",
    "applicationVersionId": "1d7d7e10-a729-4936-8d25-da47d1abfc4f",
    "createdDateUtc": "2025-04-21T01:17:53.5067825+00:00",
    "updatedDateUtc": "2025-04-21T01:17:53.5067825+00:00"
  },
  {
    "deviceGroupId": "3527864b-d53c-42d2-be70-15e8e90f0a2f",
    "applicationVersionId": "1d7d7e10-a729-4936-8d25-da47d1abfc4f",
    "createdDateUtc": "2025-04-21T01:17:53.5067825+00:00",
    "updatedDateUtc": "2025-04-21T01:17:53.5067825+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-04-21T01:17:53.5067825+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-21T01:17:53.5067825+00:00</UpdatedDateUtc>
    <ApplicationVersionId>1d7d7e10-a729-4936-8d25-da47d1abfc4f</ApplicationVersionId>
    <DeviceGroupId>3527864b-d53c-42d2-be70-15e8e90f0a2f</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-04-21T01:17:53.5067825+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-21T01:17:53.5067825+00:00</UpdatedDateUtc>
    <ApplicationVersionId>1d7d7e10-a729-4936-8d25-da47d1abfc4f</ApplicationVersionId>
    <DeviceGroupId>3527864b-d53c-42d2-be70-15e8e90f0a2f</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
  <DeviceGroupApplicationVersionRepresentation>
    <CreatedDateUtc>2025-04-21T01:17:53.5067825+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-21T01:17:53.5067825+00:00</UpdatedDateUtc>
    <ApplicationVersionId>1d7d7e10-a729-4936-8d25-da47d1abfc4f</ApplicationVersionId>
    <DeviceGroupId>3527864b-d53c-42d2-be70-15e8e90f0a2f</DeviceGroupId>
  </DeviceGroupApplicationVersionRepresentation>
</ArrayOfDeviceGroupApplicationVersionRepresentation>