I've been playing and researching more on this. I see in the rest api documentation here: http://ace.apache.org/docs/rest-api.html that all the association entities say "Associations have a left and right hand side. Both can be expressed as filter conditions."
I see that the entities return from GET /client/work/ID/distribution2target all have a filter like (&(name=some-distribution-name)) for the leftEndpoint and similarly for the rightEndpoint, so I tried changing it to (&(name=*)) but got a 404. Is my syntax off or is this just not the intended way of using the API? Thanks, Robert On Wed, May 13, 2015 at 8:29 AM, Robert M. Mather < [email protected]> wrote: > 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 >
