Skip to Main Content

Visual Builder

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VBCS Business Objects - REST API how to get child and grandchild

AparajitMalliJawaharBapuNov 21 2023 — edited Nov 21 2023

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

This post has been answered by Shay Shmeltzer-Oracle on Nov 21 2023
Jump to Answer
Comments
Post Details
Added on Nov 21 2023
5 comments
924 views