Patovisu API

Welcome to the Patovisu API! This API allows you to access data from various sensor cables and their sensors.

Available Routes

Route Description
/meta List cables and sensors without data.
/cables/all Get all cables data.
/cables/{datasource} Get data from a specific datasource.
/cables/{datasource}/{cableID} Get data for a specific cable in a datasource.
/cables/{datasource}/{cableID}/{sensorID} Get data for a specific sensor in a cable from a datasource.
/events?from={from}&to={to}&location={locationID}&sensor={sensorID} Get events for sensor
Swagger Documentation Explore the API using the interactive Swagger documentation.