{
  "data": [
    {
      "sensorId": "SV2.Environmental.Colo4-ZoneHumidity1",
      "zoneId": "CH2:1:06:ColoArea:1",
      "ibx": "SV2",
      "humidity": {
        "value": "33.3",
        "unit": "CELSIUS"
      },
      "temperature": {
        "value": "33.3",
        "unit": "CELSIUS"
      }
    }
  ],
  "pagination": {
    "offset": 4,
    "limit": 8,
    "total": 2,
    "next": "string",
    "previous": "string"
  }
}