Is there a bug in the REST api for TFS 2015 update 3 where it doesn't actually filter when when querying builds?
E.g. I run the below query and get 1000 results http://myservername:8080/tfs/DefaultCollection/myproject/_apis/build/builds
I run the following and get the same results http://myservername:8080/tfs/DefaultCollection/myproject/_apis/build/builds?definitionId=thisdefinitiondoesnotexist
And the same using top still returns 1000 results http://myservername:8080/tfs/DefaultCollection/myproject/_apis/build/builds?top=5
etc etc
It appears none of the filters are being applied - why is this?