Hi pin,
> However I need to be able to perform a call that allows me to pass in the
person's id and provides the info for all the pets owned by that person.
'/pets/{ownership.personid}'
> Also taking it a step further I want to be able to provide a list of toy
names for all the toys owned by pets owned by a particular person again by
making one call in that passes the id of the person.
It should be:
*'*/pets/{ownership.personid}/toys[toy.owner]'
but it does not work correctly.
I believe I have the fix, I will discuss it with Massimo.
Denes
--