Developer API

These endpoints are still under development and are subject to change in new releases.

Summary

Resource

Operation

Description

Chart

GET /api/dev/sensor/(id)/chart/

Download a chart with time series

GET /api/dev/sensor/(id)/chart_data/

Download time series for use in charts

GET /api/dev/sensor/(int:id)/

Download sensor attributes for use in charts

API Details

GET /api/dev/sensor/(id)/chart/

GET from /sensor/<id>/chart

GET /api/dev/sensor/(id)/chart_data/

GET from /sensor/<id>/chart_data

Data for use in charts (in case you have the chart specs already).

GET /api/dev/sensor/(int: id)/

GET from /sensor/<id>