Fetch 3 level object data using GET API
Summary
Fetch 3 level object data using GET APIContent
Hi Team,
We have below 3 level objects relationships. These objects are linked with 1-M relationships. Now, using GET API I am able to the data from Parent and Child or from Child and Grand child objects.But, not able to fetch the data from Parent, child and grand child in single APi call. How do we get that working?
Object 1 Parent
Object 2 Child
Object 3 Grand Child
followed the below format of fields in Paramter
Attribute1;Object2:Attribute2,Object3:Attribute3
3