8.2.53 /api/v1/recordeddata

This API call queries recorded data from the database recorder.

GET /api/v1/recordeddata

Parameters: none

Expected Payload: A RecorderQuery document specifying which data to query from the database

Replied Payload: A RecorderData list containing the data replied by the database.

Return Codes:

Code Description
200 OK, returns a JSON document.
401 not logged in. In this case an ApiError document is returned,describing details of the error.