Returns details of the group specified

Params

Param name Description
pretty
optional

Return a pretty formatted response if true, Default is false


Value: Must be a Boolean
is_oem
optional

Show group of child account if is_oem flag is true.


Value: Must be one of: <code>true</code>, <code>false</code>, <code>true</code>, <code>false</code>.

Examples

Request - get details of the specified group (group_key specified as a part of the url)
  curl -X GET -H "Content-Type:application/json" -H "X-Auth-Token:49b7q_nYN4YZ2k-MsYx5Ng" https://api.datonis.io/api/v3/groups/88a714c562

Response (details of the group requested)
{
  "group": {
    "created_at": 1448437406,
    "description": "",
    "group_key": "88a714c562",
    "group_type": 1,
    "name": "Automated Washing Machines",
    "scope": "all",
    "thing_expression": null,
    "updated_at": 1448437406,
    "tags": "automated"
  }
}