Creates a device group application version.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupApplicationVersion |
Define this parameter in the request body. |
{
"deviceGroupId": "575223fb-b348-4783-b75b-163e3554c137",
"applicationVersionId": "038352fe-0f5c-448b-a635-c20dd7e95230",
"createdDateUtc": "2026-08-15T17:25:18.0273881+00:00",
"updatedDateUtc": "2026-08-15T17:25:18.0273881+00:00"
}
<DeviceGroupApplicationVersionRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-08-15T17:25:18.0273881+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-15T17:25:18.0273881+00:00</UpdatedDateUtc> <ApplicationVersionId>038352fe-0f5c-448b-a635-c20dd7e95230</ApplicationVersionId> <DeviceGroupId>575223fb-b348-4783-b75b-163e3554c137</DeviceGroupId> </DeviceGroupApplicationVersionRepresentation>
Sample not available.