Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We request that a user not try to pull all datapoints concurrently.  It is preferred that datapoints be pulled in series by sensor id.

InputsOutput TypeDetails
  • token
  • sensor_id
  • since
JSONUse X-Auth-Token from authentication


Code Block
titleGet Datapoints for Single Sensor
curl -X GET -H 'Content-Encoding: application/json' -H 'x-auth-token:token' --compressed 'https://greatlakestogulf.org/geostreams/api/datapoints?sensor_id=22&since=2018-06-01'

...