Audio Shows
Get list of audio shows
GET
https://api.tunio.ai/v1/audio-showGet a list of all available audio shows
查询参数
| 名称 | 类型 | 说明 |
|---|---|---|
| lang | string | Language parameter |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| items | array | Items contains all audio shows available to the caller. |
| [item]Required | object | - |
| success | boolean | Success indicates the show list was returned successfully. |
| 名称 | 类型 | 说明 |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |