Announcements
Get an announcement
GET
https://api.tunio.ai/v1/announcements/{uuid}Get a single announcement by UUID
Path parameters
| Name | Type | Description |
|---|---|---|
| uuidRequired | string | Announcement UUID |
Responses
| Name | Type | Description |
|---|---|---|
| announcement | object | Announcement provides the requested announcement data. |
| created_at | string | CreatedAt is when the announcement was created. |
| end_date | string | EndDate optionally defines when playback must end. |
| has_audio_warning | boolean | HasAudioWarning tells whether to prepend alert audio. |
| message | string | Message stores the generated announcement text. |
| model | string | Model references the TTS model UUID used. |
| speed | number | Speed indicates final playback speed. |
| start_date | string | StartDate optionally defines when playback can start. |
| state | string | State describes the rendering state (queued/completed/etc). |
| title | string | Title shows the announcement title. |
| uuid | string | UUID uniquely identifies the announcement. |
| success | boolean | Success indicates retrieval succeeded. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |