I have a query that has worked for some time which no longer returns data! From chrome tools I am able to see that the query has not changed but no data is returned, the query uses a where clause to limit the data:
where:{"account":"GBA", "driver":"JBOHEN", "complete":"false"}
If I paste the where clause into the test section of the service I get the data I am expecting. Please see the image below.
The query which returns no data:
http://gyazo.com/97226619989c2d97541b...
The test which returns data: