How can a traverse the item group tree programmatically?

Using the REST API (or print format / client script) is it possible to find out the parent node of a given item group?

Just query the item group via api/resource/Item Group/[name] and you should get a JSON with the parent item group

Ahh. Too easy… Thanks!