/
getWaveFormRecording

getWaveFormRecording

<description>

HTTP GET HTTP POST /ctreplay/getWaveFormRecording/:type/:id

Path Variables:

Name

Mandatory

Type

Description

Name

Mandatory

Type

Description

type

YES

STRING

WaveForm response type. Can be json or dat. Dat is a binary format to produce smaller output.

Authorization:

Type: bearer token (token returned by EasyCIM SSO).

Response:

Type: JSON or binary

Example:

Request

http://felixct7-ecas1.reiteklab.eu.rd.eilab.biz/ctreplay/getWaveFormRecording/json/asdasd

Response

{ "version": 2, "channels": 2, "sample_rate": 8000, "samples_per_pixel": 256, "bits": 16, "length": 59322, "data": [ -20, 16, -865, 891, -27, 26, -4475, 4055, -22, .... ] }

Â