From Bright Pattern Documentation

Revision as of 23:42, 27 August 2018 by Tracy (talk | contribs) (Created page with "<translate> = Get File = Gets the audio file of a recording. == URL == http[s]://<host>:<port>/admin/ws/t/<tenant_url>/recordings/audio?giid=<GIID>&stepid=<stepId> == HTTP...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<translate>

Get File

Gets the audio file of a recording.

URL

http[s]://<host>:<port>/admin/ws/t/<tenant_url>/recordings/audio?giid=<GIID>&stepid=<stepId>

HTTP Method

GET

Body

Empty

Result

Audio file (WAV)

Response Codes

  • 200 – Success
  • 401 – Authentication failed
  • 403 – User authenticated, but does not have sufficient privileges
  • 404 - File not found



</translate>