Get raw data of the the result for the given measurement id and the result id.
GET {{baseUrl}}/measurements/:id/results/:resultId/rawData
Gets the raw data of the result for the given measurement id and the result id as zip file.
The zip file name formatting is
All characteristics' raw data is exported as csv file.
The raw data csv file formatting is
All csv files contain data with following order in DOUBLE data type:
TIME | STAGE | Encoder1 data(ENC1_POS) | Encoder2 data(ENC2_POS) | Set_point(DES_POS) | Torque
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
range | string | Part of the raw data to return in Bytes. |
Supported formats:
- bytes=<range-start>-<range-end>
- bytes=<range-start>-
- bytes=-<range-end>
Maximum range size is 100000000
|
| Accept
| string | | |
RESPONSES
status: OK
"occaecat eu"