Been Banging my head against the keyboard since i cant do this in crest no more, so here we go!
Lets say I have a group ID… such as 157 for Drones… I want to return all the Item IDs for drones. What would be the best way to go about this assuming I already have the group ID? More specifically, is there an endpoint that will give me this information without me having to call on EVERY SINGLE TYPE ID and grabbing its parent group info?
I hadn’t noticed that before 0.0 I do notice now that it only returns the types if its a bottom level group though, if i were to attempt to pull types for 157 i won’t pull any types at all. Guess this means i got some parent-child-sibling grouping algorithm to write!!! thanks for pointing that out