@Elathy_Maricadie Currently this data is not provided via ESI, and thus not available in GESI. You would have to get the data from the SDE and structure it some useful way.
Thanks for your quick reply. So if I’m not able to construct a way to get it from the most recent SDE, my only option would be to manually check for the information in the Client.
If you get the SDE from my site (fuzzwork.co.uk) it’s a little more usable than the official release (which is all yaml. dead handy, but not for an end user)
Reprocessing materials are in invTypeMaterials.
Typeid and name are in invTypes.
meta level is more of a pain. It’s in dgmTypeAttributes. (look for the appropriate key in dgmAttributeTypes)
@Steve_Ronuken, I’m already using your CSV for TypeIDs and Names.
My skills in programming languages may be my worst enemy, as it practically non-existent. It may take significantly longer typing in everything manually but would take considerably longer to learn enough in a programming language to do the same thing at a fraction of the time.