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
_idstringformat: "^[0-9a-f]{24}$"
namestring>=1 character
descriptionstring>=1 character
deviceslist of strings

Errors

500
Internal Server Error