From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
= Get File = | = Get File = | ||
Gets the audio file of a recording. | Gets the audio file of a recording. | ||
Line 5: | Line 5: | ||
== Request == | == Request == | ||
=== URL === | === URL === | ||
− | http[s]://<host>/ | + | http[s]://<host>/configapi/v2/recordings/audio?giid=<GIID>&stepid=<STEP_ID>&convert=false |
=== HTTP Method === | === HTTP Method === | ||
Line 34: | Line 34: | ||
| required | | required | ||
| "true" | | "true" | ||
− | | "true" means | + | | "true" means convert sound data to PCM; "false" means leave as stored - GSM |
|} | |} | ||
Line 42: | Line 42: | ||
== Response == | == Response == | ||
Content of audio file | Content of audio file | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:32, 29 May 2024
• 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