v1
latestOpenAPI 3.0.32026-07-171140286.6 KBApi\ResearchDataController
api/researchdata/{id}/data/{item} GET List all research 'item' data within the consent=1 periods within a Research. The 'item' field indicates the type of data (apiaries/locations/devices/inspections/measurements/weather) to request within the research (which the user gave consent for to use). Example: inspectionsResponse: api/researchdata/1/inspections.
get/api/researchdata/{id}/data/{item}
Headers
Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring
Request body
Example request
{
"date_start": "2020-01-01 00:00:00",
"date_until": "2020-09-29 23:59:59",
"year_months": "2020-01,2021-02",
"device_ids": "1,3,6",
"device_id": 1,
"location_ids": "1,3,6",
"location_id": 2,
"measurements": "dolorem",
"decimals": 1,
"interval": "5m",
"calculation": "MAX",
"calculation_prop": "5",
"limit": 500,
"precision": "rfc3339",
"timezone": "Europe/Amsterdam",
"output_csv_links": true
}