Draft
Release Notes Labserver
August 2021
What's new?
- API v03 is online:
- API v02 will eventually be deactivated and receive no updates. Please update to v03
- Most routes have been altered, but the functionality is the same in most cases
- The keywords in the responses are now usually
{“data”: …}
(successful request, was previously “response”) and{“error”: …}
(unsuccessful request). - New routes:
- BASE_URL + '/people/meta'
- BASE_URL + '/people/meta/project/<string:project_id>'
- BASE_URL + '/person/meta/<string:person_id>'
- BASE_URL + '/vitals/person/<string:person_id>/<string:device_id>'
- CSV Download Manager:
- CSV Download Button: Go to the Data Calendar and select a project and a day. Then you see a list of persons which have recordings on that day. Right next, you can now find a “download csv” button to download all data of this person on this day.
: bugfix receiver config: edit scope different from edit receiver