Looking to make a REST call to the API to list all fabricNodes and include a selection of children (or all if a selection isn't possible) children of each fabricNode. I already have the API call for listing all fabricNodes, but can't seem to figure out how to include all the subtree children. I've done something similar with fvCEp using this:
/api/node/class/fvCEp.json?rsp-subtree=full
Unfortunately it doesn't seem like the fabricNode class supports rsp-subtree the same way. What is the correct way to do this?
Thank you for the help!