From Bright Pattern Documentation
(Created page with "<translate> = Get File = Gets the audio file of a recording. == Request == === URL === http[s]://<host>/admin/ws/t/<tenant_url>/recordings/audio?giid=<GIID>&stepid=<stepId>...") |
|||
Line 5: | Line 5: | ||
== Request == | == Request == | ||
=== URL === | === URL === | ||
− | http[s]://<host>/admin/ws/t/< | + | http[s]://<host>//admin/ws/t/<tenant.url>/recordings/audio?giid=<GIID>&stepid=<STEP_ID>&convert=false |
+ | |||
+ | === HTTP Method === | ||
+ | GET | ||
=== Parameters === | === Parameters === | ||
Line 22: | Line 25: | ||
| string | | string | ||
| required | | required | ||
− | | step ID | + | | interaction step ID |
+ | |- | ||
+ | | convert | ||
+ | | boolean | ||
+ | | required | ||
+ | | "true": covert sound data to PCM; "false": left as stored - GSM (default is true) | ||
|} | |} | ||
− | |||
− | |||
=== Body === | === Body === | ||
Line 31: | Line 37: | ||
== Response == | == Response == | ||
− | + | Content of audio file | |
+ | |||
+ | |||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</translate> | </translate> |
Revision as of 00:19, 15 November 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/audio?giid=<GIID>&stepid=<STEP_ID>&convert=false
HTTP Method
GET
Parameters
Parameter | Data Type | Optional/Required | Description |
giid | string | required | global interaction identifier ( GIID) |
stepid | string | required | interaction step ID |
convert | boolean | required | "true": covert sound data to PCM; "false": left as stored - GSM (default is true) |
Body
Empty
Response
Content of audio file