Hi, I'm having a little success with the following (C#)
String Call = "{\"jsonrpc\": \"2.0\", \"method\": \"SportsAPING/v1.0/listEventTypes\", \"params\": {\"filter\}";
Which is bringing back all the eventtypes.
I'm trying to apply a filter to bring 'BPL' and its bringing erorr 32602. Can someone help point me in hte direction of filtering correctly.
String Call = "{\"jsonrpc\": \"2.0\", \"method\": \"SportsAPING/v1.0/listCompetitions\", \"params\": {\"filter\":{\"competitionIds\": \"31\"}}}";
String Call = "{\"jsonrpc\": \"2.0\", \"method\": \"SportsAPING/v1.0/listEventTypes\", \"params\": {\"filter\}";
Which is bringing back all the eventtypes.
I'm trying to apply a filter to bring 'BPL' and its bringing erorr 32602. Can someone help point me in hte direction of filtering correctly.
String Call = "{\"jsonrpc\": \"2.0\", \"method\": \"SportsAPING/v1.0/listCompetitions\", \"params\": {\"filter\":{\"competitionIds\": \"31\"}}}";


Comment