Stream
Get stream rotation history
GET
https://api.tunio.ai/v1/stream/{uuid}/historyReturns paginated rotation history for the provided stream
Path parameters
| Name | Type | Description |
|---|---|---|
| uuidRequired | string | Stream UUID |
Query parameters
| Name | Type | Description |
|---|---|---|
| page | string | Page number |
| per_page | string | Items per page |
Responses
| Name | Type | Description |
|---|---|---|
| items | array | Items contains the ordered list of recently played items. |
| [item]Required | object | - |
| pagination | object | Pagination describes the current page metadata. |
| page | integer | Page is the current history page number. |
| per_page | integer | PerPage is the size of the returned page. |
| total | integer | Total is the total amount of history entries. |
| success | boolean | Success indicates loading the history 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. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |