So i'm trying to list all Football events for the next 24 hours.
In the Visualiser everything looks good.
This is the call that i'm making:
Calling: SportsAPING/v1.0/listEvents With args: {"filter":{"eventTypeIds":["1"],"marketStartTime":{"from":"2014-09-04T18:52:25.2557685","to":"2014-09-05T18:52:25.2557685"}},"locale":null}
Only setting the eventTypeId to football, and setting the time now(when i made the call), and 24 hours forward.
The problem is that i only get 5 events for today, when it should be 25.
What am i missing? Any filter options that i need to set? Everything is default in the Visualiser, only setting the same things as i do above. But they show different things.
In the Visualiser everything looks good.
This is the call that i'm making:
Calling: SportsAPING/v1.0/listEvents With args: {"filter":{"eventTypeIds":["1"],"marketStartTime":{"from":"2014-09-04T18:52:25.2557685","to":"2014-09-05T18:52:25.2557685"}},"locale":null}
Only setting the eventTypeId to football, and setting the time now(when i made the call), and 24 hours forward.
The problem is that i only get 5 events for today, when it should be 25.
What am i missing? Any filter options that i need to set? Everything is default in the Visualiser, only setting the same things as i do above. But they show different things.


Comment