From Bright Pattern Documentation
Line 5: | Line 5: | ||
== Request == | == Request == | ||
=== URL === | === URL === | ||
− | http[s]://<host>/<tenant.url>/recordings/ | + | http[s]://<host>/admin/ws/t/<tenant.url>/recordings/metadata?giid=<GIID>&stepid=<STEP_ID>&convert=false |
=== HTTP Method === | === HTTP Method === | ||
Line 32: | Line 32: | ||
| convert | | convert | ||
| boolean | | boolean | ||
− | | | + | | optional |
| "true" | | "true" | ||
| "true" means convert sound data to PCM; "false" means leave as stored - GSM | | "true" means convert sound data to PCM; "false" means leave as stored - GSM |
Latest revision as of 22:06, 13 December 2018
• 3.18
Contents
- Introduction
- API Methods
- 1 Get File
Recording Retrieval API Specification
Get File
Gets the audio file of a recording.
Request
URL
http[s]://<host>/admin/ws/t/<tenant.url>/recordings/metadata?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 | optional | "true" | "true" means convert sound data to PCM; "false" means leave as stored - GSM |
Body
Empty
Response
Content of audio file