From Bright Pattern Documentation
Jump to: navigation, search
 
Line 5: Line 5:
 
== Request ==
 
== Request ==
 
=== URL ===
 
=== URL ===
  http[s]://<host>/<tenant.url>/configapi/v2/recordings/audio?giid=<GIID>&stepid=<STEP_ID>&convert=false
+
  http[s]://<host>/configapi/v2/recordings/audio?giid=<GIID>&stepid=<STEP_ID>&convert=false
  
 
=== HTTP Method ===
 
=== HTTP Method ===

Latest revision as of 23:44, 14 January 2019

• 5.2

Get File

Gets the audio file of a recording.

Request

URL

http[s]://<host>/configapi/v2/recordings/audio?giid=<GIID>&stepid=<STEP_ID>&convert=false

HTTP Method

GET

Parameters

Parameter Data Type Optional/Required Default Value Description
giid string required none global interaction identifier ( GIID)
stepid string required none interaction step ID
convert boolean required "true" "true" means convert sound data to PCM; "false" means leave as stored - GSM

Body

Empty

Response

Content of audio file



< Previous | Next >