Hi here.
You probably can help me with simple question.
In API-NG Visualiser I select (left action) 'listEvents' and in market filter I fulfill Competition Ids field with '133' (Swiss football). Result is 6(7,8...) matches. If I wrote the same in my app, it returns all events. My code is:
[{ "jsonrpc": "2.0", "method": "SportsAPING/v1.0/listEvents", "filter":{"eventTypeIds":["133"]}]
What I am doing wrong? What is correct code or code that is used in API-NG Visualiser?
Thanks in advance.
You probably can help me with simple question.
In API-NG Visualiser I select (left action) 'listEvents' and in market filter I fulfill Competition Ids field with '133' (Swiss football). Result is 6(7,8...) matches. If I wrote the same in my app, it returns all events. My code is:
[{ "jsonrpc": "2.0", "method": "SportsAPING/v1.0/listEvents", "filter":{"eventTypeIds":["133"]}]
What I am doing wrong? What is correct code or code that is used in API-NG Visualiser?
Thanks in advance.

