 
                Returns list of events for a given series This service only supports json for api version 4.0
/ws/get_live_series_events/s/{series Token}/api/{app token}/d/{number of days}/l/{limit on number of events}/e/{event uuid}/mode/json
	    | Name | Req | Type | Description | 
|---|---|---|---|
| s |  | string | series token to get the list of events | 
| e |  | string | event uuid if only a given event needs to be included in the response. Either event uuid or series token should be used while requesting this service | 
| l |  | int | limit to include number of events in the response. Max is set to be 100 | 
| d |  | int | Number of days to for which the search should be restricted | 
| Name | 
|---|
{"response":{"getLiveSeriesEventsResponse":[]}}