I cannot seem to get the marketStartTime filter to work. Here is an example of my JSON-RPC. I am trying to get the markets for tomorrow 26th Feb but the response is still returning markets for 25th Feb.
Any suggestions?
{
"jsonrpc":"2.0",
"method":"SportsAPING/v1.0/listEventTypes",
"params":{
"filter":{
"eventTypeIds":[
"7"
],
"marketCountries":[
"GB",
"IE"
],
"marketTypeCodes":[
"WIN"
]
},
"marketStartTime":{
"from":"2015-02-26T00:00:00Z",
"to":"2015-02-26T23:59:59Z"
}
},
"id":1
}
Any suggestions?
{
"jsonrpc":"2.0",
"method":"SportsAPING/v1.0/listEventTypes",
"params":{
"filter":{
"eventTypeIds":[
"7"
],
"marketCountries":[
"GB",
"IE"
],
"marketTypeCodes":[
"WIN"
]
},
"marketStartTime":{
"from":"2015-02-26T00:00:00Z",
"to":"2015-02-26T23:59:59Z"
}
},
"id":1
}



Comment