Filter not working ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Krippers
    Junior Member
    • Nov 2017
    • 7

    #1

    Filter not working ?

    Hi, I am passing the following :
    Code:
    {"jsonrpc": "2.0","method": "SportsAPING/v1.0/listEvents","params": {"filter": {"countryCode":"GB"}}}
    But the respone includes all countries and not just GB, is there something about the filter that would cause it?
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    This is what you want:


    "marketCountries": ["GB"]
    Last edited by jabe; 10-11-2017, 10:41 AM.

    Comment

    • Krippers
      Junior Member
      • Nov 2017
      • 7

      #3
      Thank you I'll get this in the end

      Comment

      Working...
      X