DeviceDataApiVer1.http 295 B

123456789101112131415161718
  1. ###
  2. POST {{host}}/api/v2/device/test0/properties/_query_each_one
  3. Content-Type: application/json
  4. X-Access-Token: {{token}}
  5. {
  6. "where": "timestamp > 1591697937738"
  7. }
  8. ###
  9. POST {{host}}/api/v2/device/test0/agg/count/temperature/_query
  10. Content-Type: application/json
  11. X-Access-Token: {{token}}
  12. {
  13. }