mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
19 lines
496 B
HTTP
19 lines
496 B
HTTP
@Environment_HostAddress = http://localhost:5050
|
|
|
|
GET {{Environment_HostAddress}}/readings/recent
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{Environment_HostAddress}}/readings/recent?tz=America/New_York
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{Environment_HostAddress}}/readings/history-grouped?start=2024-03-11T00:00&end=2024-03-12T00:00&bucketMinutes=15
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{Environment_HostAddress}}/readings/aggregate?start=2024-03-11T00:00&end=2024-03-12T00:00
|
|
Accept: application/json |