From Bright Pattern Documentation
• 5.2
<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>
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 |
</translate>