I am making the following request but the results that I get include Greyhounds. I am using the delimiter "7" which should be just Horse Racing. Anyone know why and how to fix it? Thanks
[
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {
"filter": {
"EventTypeIds": [
"7"
],
"marketCountries": [
"GB"
],
"marketTypeCodes": [
"WIN"
],
"marketStartTime": {
"from": "2016-12-10T13:15Z",
"to": "2016-12-10T23:00:00Z"
}
},
"sort": "FIRST_TO_START",
"maxResults": "200",
"marketProjection": [
"MARKET_START_TIME",
"RUNNER_DESCRIPTION",
"EVENT"
]
},
"id": 1
}
]
[
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketCatalogue",
"params": {
"filter": {
"EventTypeIds": [
"7"
],
"marketCountries": [
"GB"
],
"marketTypeCodes": [
"WIN"
],
"marketStartTime": {
"from": "2016-12-10T13:15Z",
"to": "2016-12-10T23:00:00Z"
}
},
"sort": "FIRST_TO_START",
"maxResults": "200",
"marketProjection": [
"MARKET_START_TIME",
"RUNNER_DESCRIPTION",
"EVENT"
]
},
"id": 1
}
]


Comment