Let's say I want to do specific queries against the REST api, for example, get all the distribution2target associations for a particular target.
I know that GET /client/work/ID/distribution2target gets an array of all the associations and I can filter that myself, but is there a way to use query params or headers on the get so ACE will filter it? Robert
