Hi devs, Had a quick question about the way we filter applications for REST requests. Looks like we fetch all the applications from the Java API and then apply the filters. Is there a particular reason for not pushing the filters all the way through to the Java API, at least @Private initially if there are concerns on supporting them.
Ran into this while considering adding a filter on the applicationName. To do this, would it be preferred to augment the current filtering mechanism and support it via the REST API? Thanks Karthik