Announcements
Get list of announcements
GET
https://api.tunio.ai/v1/announcementsGet a paginated list of announcements with optional filters
Query parameters
| Name | Type | Description |
|---|---|---|
| stream | string | Stream UUID filter |
| title | string | Title filter (partial match) |
| state | string | State filter |
| page | string | Page number |
| per_page | string | Items per page |
Responses
| Name | Type | Description |
|---|---|---|
| items | array | Items contains announcement entries. |
| [item]Required | object | - |
| pagination | object | Pagination includes paging metadata. |
| page | integer | Page is the current page index starting from 1. |
| per_page | integer | PerPage is the requested page size. |
| total | integer | Total is overall number of matching records. |
| success | boolean | Success indicates the list loaded correctly. |
| 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. |