-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Stage view 2.13
Per best practices for Jenkins' REST API all API requests should use the tree query string to filter the returned data and reduce load on Jenkins.
Unfortunately the /wfapi endpoints (which in our use cases return the most data) appear to simply ignore this query string and return all data in every case.
If we could filter the data returned by using the same tree=... query string as is available for Jenkins' /api endpoints that would be fantastic.