Get pad audio
The sound itself, so an operator can hear what they dropped in
GET /pads/{id}/audio
note
SDK method: getPadAudio
Security: authenticated (policy: platform.view)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Response
200 OK audio/mpeg — Returns Blob.
200 audio/wav — Returns Blob.
200 audio/ogg — Returns Blob.
200 audio/flac — Returns Blob.
200 audio/mp4 — Returns Blob.
Response headers:
| Header | Type | Description |
|---|---|---|
cache-control | string | |
etag | string |
304