Hi @shay-shmeltzer-oracle ,
It says in the documentation that I can use “expand” parameter to get child and grandchild.
I have Job (root), Work Line Item (child), Grant (grandchild).
When I use expand = all on get all "Job", it gives all jobs and Work Line Item for each Job.. Great!
But, how to I get Job, Work Line Item and Grant in the same call?
I tried the dot notation like given in the documentation below, but it is not working.



Below dot notation
"expand=workLineItemsCollection.wOAllocatedGrantsCollection" is not working.

1 level (child) is working. expand=workLineItemsCollection
