Green Brain API

Sensor Group Types

Route: /sensor-group-types
Description: Get all sensor group types
Requires Auth: Yes
Method: GET
Example Response:
[
  {
    "id": 1,
    "name": "Gypsum Block",
    "createdAt": "2016-02-20T02:34:21.000Z",
    "updatedAt": "2016-02-20T02:34:21.000Z"
  },
  {
    "id": 2,
    "name": "EnviroPro",
    "createdAt": "2016-02-20T02:34:21.000Z",
    "updatedAt": "2016-02-20T02:34:21.000Z"
  },
  {
    "id": 3,
    "name": "Gypsum Block & Temperature",
    "createdAt": "2016-02-20T02:34:21.000Z",
    "updatedAt": "2016-02-20T02:34:21.000Z"
  },
  {
    "id": 4,
    "name": "AquaCheck",
    "createdAt": "2016-02-20T02:34:21.000Z",
    "updatedAt": "2016-02-20T02:34:21.000Z"
  },
  {
    "id": 5,
    "name": "Rainfall",
    "createdAt": "2016-02-20T02:34:21.000Z",
    "updatedAt": "2016-02-20T02:34:21.000Z"
  },
  {
    "id": 6,
    "name": "Battery",
    "createdAt": "2016-02-20T02:34:21.000Z",
    "updatedAt": "2016-02-20T02:34:21.000Z"
  },
  {
    "id": 7,
    "name": "TensioMark",
    "createdAt": "2016-03-16T02:13:57.000Z",
    "updatedAt": "2016-03-16T02:13:57.000Z"
  },
  {
    "id": 8,
    "name": "Flow",
    "createdAt": "2016-03-16T03:03:00.000Z",
    "updatedAt": "2016-03-16T03:03:00.000Z"
  },
  {
    "id": 9,
    "name": "Wind Speed",
    "createdAt": "2016-03-16T03:03:00.000Z",
    "updatedAt": "2016-03-16T03:03:00.000Z"
  },
  {
    "id": 10,
    "name": "Climate Station",
    "createdAt": "2016-03-16T23:40:40.000Z",
    "updatedAt": "2016-03-16T23:40:40.000Z"
  },
  {
    "id": 11,
    "name": "Aquaflex",
    "createdAt": "2016-03-16T23:40:40.000Z",
    "updatedAt": "2016-03-16T23:40:40.000Z"
  },
  {
    "id": 12,
    "name": "Acclima True TDR",
    "createdAt": "2016-04-04T05:03:53.000Z",
    "updatedAt": "2016-04-04T05:03:53.000Z"
  },
  {
    "id": 13,
    "name": "Weather Station",
    "createdAt": "2016-05-23T00:51:04.000Z",
    "updatedAt": "2016-05-23T00:51:04.000Z"
  },
  {
    "id": 14,
    "name": "Weather Station - Minute",
    "createdAt": "2016-06-02T09:59:46.000Z",
    "updatedAt": "2016-06-02T09:59:48.000Z"
  },
  {
    "id": 15,
    "name": "Weather Station - Daily",
    "createdAt": "2016-06-02T10:00:43.000Z",
    "updatedAt": "2016-06-02T10:00:44.000Z"
  },
  {
    "id": 16,
    "name": "Temperature & Humidity",
    "createdAt": "2016-07-18T15:50:29.000Z",
    "updatedAt": "2016-07-18T15:50:30.000Z"
  },
  {
    "id": 17,
    "name": "Depth & Temperature",
    "createdAt": "2016-08-16T17:26:45.000Z",
    "updatedAt": "2016-08-16T17:26:46.000Z"
  },
  {
    "id": 18,
    "name": "MEA2043",
    "createdAt": "2017-06-20T04:29:44.000Z",
    "updatedAt": "2017-06-20T04:29:44.000Z"
  },
  {
    "id": 20,
    "name": "Drill & Drop",
    "createdAt": "2017-08-07T04:22:33.000Z",
    "updatedAt": "2017-08-07T04:22:34.000Z"
  },
  {
    "id": 21,
    "name": "T8 Tensiometer",
    "createdAt": "2017-12-12T06:26:13.000Z",
    "updatedAt": "2017-12-12T06:26:14.000Z"
  },
  {
    "id": 22,
    "name": "EnviroScan",
    "createdAt": "2018-01-15T02:38:33.000Z",
    "updatedAt": "2018-01-15T02:38:34.000Z"
  },
  {
    "id": 23,
    "name": "MEA2043",
    "createdAt": "2018-05-17T11:07:40.000Z",
    "updatedAt": "2018-05-17T11:07:42.000Z"
  },
  {
    "id": 24,
    "name": "Enviro S76",
    "createdAt": "2018-07-17T01:41:29.000Z",
    "updatedAt": "2018-07-18T02:00:15.000Z"
  }
]