@dougal wrote:
Is it possible to get an object graph more than one level deep natively using the API?
I am aware of the 'related' feature, but cannot use it to get the entire graph.
For example, in my application there are Qualifications which comprise Pathways which are themselves a collection of Units:
Qualification --(1:many)--> Pathway --(many:many)--> Unit
The relationship between Pathway and Unit is represented by a many:many table (Pathway Unit) which is just two ID columns.
If this is not possible natively, how would you recommend I achieve this.
Thanks,
Doug
Posts: 3
Participants: 3