Get device group by name

Retrieves a single group document by name.

Authentication

AuthorizationBasic

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

Request

request body
groupNamestringOptional>=1 character

Response

JSON object that contains the device group details
_idstringOptionalformat: "^[0-9a-f]{24}$"
namestringOptional>=1 character
descriptionstringOptional>=1 character
deviceslist of stringsOptional

Errors

500
Internal Server Error