In the filter spec, we can provide a parent ID with which to search for objects. Can that go the other way?
For instance, if we have the following folder structure
- alpha
- foo
- beta
- foo
- gamma
- foo
If I execute a GET against https://server/rest/vcenter/folder?filter.names=foo, three objects are returned. Can I get either the parent object from those, or some how walk the tree back up to see what the path is?