DimensionHierarchy
Finds which child resources belong to a particular parent resource.
This supports going multiple layers deep into the hierarchy. So for example if you have countries with locations with buildings with rooms, allows you to find all rooms in a particular country.
This does not support non-resource dimensions. We might still add support for this at a later stage, which is why the class is named DimensionHierarchy instead of ResourceHierarchy.
Methods
Inner Classes
GoMeddo Rest API
In the GoMeddo Rest API, a similar function, /resources/{ResourceId}/children, exists, which filters a list of dimension IDs to retain only those that are child records of the passed-on ID.
https://apidocs.gomeddo.com/#/resources/get_resources__resourceId__children