Hi,
I can run this post:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEvents","params":{"filter":{"eventTypeIds":["4339"],"marketCountries":["GB"]},"locale":null},"id":1}
And it returns dog racing.
However if i try this:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEvents","params":{"filter":{"eventTypeIds":["7"],"marketCountries":["GB"]},"locale":null},"id":1}
It is returning:
"{\"jsonrpc\":\"2.0\",\"result\":[],\"id\":1}"
Can someone help me?
I've been running the list Events with type 7 for months and its been working fine.
I can run this post:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEvents","params":{"filter":{"eventTypeIds":["4339"],"marketCountries":["GB"]},"locale":null},"id":1}
And it returns dog racing.
However if i try this:
{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEvents","params":{"filter":{"eventTypeIds":["7"],"marketCountries":["GB"]},"locale":null},"id":1}
It is returning:
"{\"jsonrpc\":\"2.0\",\"result\":[],\"id\":1}"
Can someone help me?
I've been running the list Events with type 7 for months and its been working fine.
Comment