Getter API can only execute queries equivalent to a single triple pattern. If you are not using a SPARQL query, you would need to loop over the results of the call you show and make another call for each subject to retrieve their triples. Needless to say this is very inefficient and a bad idea in general.
A better alternative is write a query template and set the parameter(s) programmatically: