From Bright Pattern Documentation
< 3.18:Recording-retrieval-api-specification
Revision as of 00:14, 14 November 2018 by Tracy (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.18

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>

Parameters

Parameter Data Type Optional/Required Description
giid string required global interaction identifier ( GIID)
stepid string required step ID of the recording (i.e., the segment of the recording)

HTTP Method

GET

Body

Empty

Response

Audio file (WAV)

Response Codes

Code Description
200 Success
401 Authentication failed
403 User authenticated, but does not have sufficient privileges
404 File not found
< Previous | Next >