Api\MeasurementController
api/sensors/comparemeasurements GET Request mean measurements for multiple hives from a certain interval (hour, day, week, month, year) and index (0=until now, 1=previous interval, etc.)
get/api/sensors/comparemeasurements
Headers
Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring
Request body
Example request
{
"id": 2,
"key": "saepe",
"hive_id": 4,
"start": "2020-05-27 16:16",
"end": "2020-05-30 00:00",
"index": 15,
"interval": "beatae",
"timeGroup": "placeat",
"names": "ut",
"weather": 1,
"timezone": "Europe/Amsterdam",
"relative_interval": 2
}Changes
Changed in 3 of the 15 revisions of this API.13
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲