Gets a DeviceGroup.
Name | Description | Additional information |
---|---|---|
deviceGroupId |
Define this parameter in the request URI. |
{ "deviceGroupId": "ace56dd0-e1f6-438a-942f-3a5bfb91ae58", "tenantId": "a37f1fa8-ab2f-4af2-930c-4bf636fca7b3", "lookupKey": "sample string 3", "name": "sample string 4", "description": "sample string 5", "isDefault": true, "createdDateUtc": "2025-05-31T02:02:43.5062728+00:00", "updatedDateUtc": "2025-05-31T02:02:43.5062728+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>2025-05-31T02:02:43.5062728+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-05-31T02:02:43.5062728+00:00</UpdatedDateUtc> <Description>sample string 5</Description> <DeviceGroupId>ace56dd0-e1f6-438a-942f-3a5bfb91ae58</DeviceGroupId> <IsDefault>true</IsDefault> <LookupKey>sample string 3</LookupKey> <Name>sample string 4</Name> <TenantId>a37f1fa8-ab2f-4af2-930c-4bf636fca7b3</TenantId> </DeviceGroupRepresentation>