Announcements

Get list of announcements

GET
https://api.tunio.ai/v1/announcements

Get a paginated list of announcements with optional filters

Query parameters

NameTypeDescription
streamstringStream UUID filter
titlestringTitle filter (partial match)
statestringState filter
pagestringPage number
per_pagestringItems per page

Responses

NameTypeDescription
itemsarray
Items contains announcement entries.
[item]Requiredobject
-
paginationobject
Pagination includes paging metadata.
pageinteger
Page is the current page index starting from 1.
per_pageinteger
PerPage is the requested page size.
totalinteger
Total is overall number of matching records.
successboolean
Success indicates the list loaded correctly.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.