Stream

Get stream rotation history

GET
https://api.tunio.ai/v1/stream/{uuid}/history

Returns paginated rotation history for the provided stream

Path parameters

NameTypeDescription
uuidRequiredstringStream UUID

Query parameters

NameTypeDescription
pagestringPage number
per_pagestringItems per page

Responses

NameTypeDescription
itemsarray
Items contains the ordered list of recently played items.
[item]Requiredobject
-
paginationobject
Pagination describes the current page metadata.
pageinteger
Page is the current history page number.
per_pageinteger
PerPage is the size of the returned page.
totalinteger
Total is the total amount of history entries.
successboolean
Success indicates loading the history succeeded.
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.
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.