🐹 GTSDB Documentation

GTSDB API Documentation

All payloads are in JSON format. Endpoints are either POST / OR TCP.

Write Data

Write a new data point for a specific sensor.

Request Body

{
  "operation": "write",
  "key": "a_sensor1",
  "Write": {
    "Value": 32242424243333333000
  }
}