Gets a DeviceGroup.
| Name | Description | Additional information |
|---|---|---|
| deviceGroupId |
Define this parameter in the request URI. |
{
"deviceGroupId": "fc683044-594e-4949-b126-ce9a6a31876c",
"tenantId": "f2303fdd-8e9e-48ba-8386-ef4b55960f36",
"lookupKey": "sample string 3",
"name": "sample string 4",
"description": "sample string 5",
"isDefault": true,
"createdDateUtc": "2026-06-05T18:19:55.6853265+00:00",
"updatedDateUtc": "2026-06-05T18:19:55.6853265+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-06-05T18:19:55.6853265+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T18:19:55.6853265+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>fc683044-594e-4949-b126-ce9a6a31876c</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>f2303fdd-8e9e-48ba-8386-ef4b55960f36</TenantId> </DeviceGroupRepresentation>