Get device group by ID

Returns Device Group by ID.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequiredformat: "^[0-9a-f]{24}$"
Group Id or Group Name

Response

JSON object that contains the device group details
_idstringformat: "^[0-9a-f]{24}$"
namestring>=1 character
descriptionstring>=1 character
deviceslist of strings

Errors

500
Internal Server Error