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

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:-Jt7v9qpdq8Ivi1WwQ6_iQ" https://api.datonis.io/api/v2/groups/8tt9t7dde4

Response (details of the group requested)
{
  "group": {
    "description": "",
    "group_key": "8tt9t7dde4",
    "name": "Energy Meters Single Phase 30Amps",
    "scope": "all",
    "tags_array": [
      "1-Phase",
      "30-Amps"
    ],
    "tags": "1-Phase,30-Amps",
    "created_at": 1428569250,
    "updated_at": 1417064371
  }
}