Use filter_path in High Level Rest API

No, filter_path is not supported by the high level REST client because it removes parts of the JSON response and there are good chances that it breaks the parsing logic that parse responses to Java objects.

You can still use filter_path with the low-level REST client and parse the response yourself.