Hello,
I've sent this json request...
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketCatalogue", "params":{"filter":{"eventTypeIds":["7"],"marketCountries":["AU"],"marketTypeCodes":["WIN"], "marketStartTime":{"from":"2020-09-03T13:22:19Z","to":"2020-09-04T13:22:19Z"}},"sort":"FIRST_TO_START","maxResult s":"100"}, "id": 1}]
Which appears fine and doesn't return an error, but it also doesn't return any results...
[{'jsonrpc': '2.0', 'result': [], 'id': 1}]
In using the API-NG Visualiser it returns the expected results but after decoding and printing it doesn't seem to provide anything.
I've tried changing the CountryCode / EventTypeId and marketTypeCodes but I always seem to get the same response.
Any advice would be appreciated.
Many thanks.
I've sent this json request...
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketCatalogue", "params":{"filter":{"eventTypeIds":["7"],"marketCountries":["AU"],"marketTypeCodes":["WIN"], "marketStartTime":{"from":"2020-09-03T13:22:19Z","to":"2020-09-04T13:22:19Z"}},"sort":"FIRST_TO_START","maxResult s":"100"}, "id": 1}]
Which appears fine and doesn't return an error, but it also doesn't return any results...
[{'jsonrpc': '2.0', 'result': [], 'id': 1}]
In using the API-NG Visualiser it returns the expected results but after decoding and printing it doesn't seem to provide anything.
I've tried changing the CountryCode / EventTypeId and marketTypeCodes but I always seem to get the same response.
Any advice would be appreciated.
Many thanks.
Comment