WsLiveSeries
Returns Live Series UUIDs for a given account
URL Format
/ws/ws_live_series/api/{app_token}/mode/json/apiv/5/
Parameters
Name |
Req |
Type |
Description |
app_token |
|
string |
App token for the client |
apiv |
|
integer |
The api version; only version 5 supported. |
Request Headers
Possible Responses
- 644 Live Series Found
- 645 No Live Series Found
- 10 Invalid Parameters!
- 102 Invalid app token
- 659 Invalid Client
Example Response
{
"response": {
"success": {
"code": 644,
"message": "Live Series Found",
"details": ""
},
"WsLiveSeriesResponse": {
"liveSeries": [
"sc06k66u",
"uoswnj6y"
]
}
}
}