Gets a DeviceGroup.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupId |
Define this parameter in the request URI. |
{
"deviceGroupId": "259e017d-c1f8-42fe-8649-d71f5d9f4eee",
"tenantId": "c4f0a0be-107c-4e62-a945-0e83050781b9",
"lookupKey": "sample string 3",
"name": "sample string 4",
"description": "sample string 5",
"isDefault": true,
"createdDateUtc": "2026-04-03T04:54:04.7466024+00:00",
"updatedDateUtc": "2026-04-03T04:54:04.7466024+00:00"
}
<DeviceGroupRepresentation 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-04-03T04:54:04.7466024+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-03T04:54:04.7466024+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>259e017d-c1f8-42fe-8649-d71f5d9f4eee</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>c4f0a0be-107c-4e62-a945-0e83050781b9</TenantId> </DeviceGroupRepresentation>