Get Device Icon from Event

Hey all,

Is there any way to get the icon from an event that is received by my SmartApp? I need to HTTP POST the event data and would like to include the device icon in the JSON. I know of the https://graph.api.smartthings.com/api/devices/icons endpoint, and I can see the icons if I hit “https://graph.api.smartthings.com/api/devices/device uuid” but can’t figure out how to get at it from an event. I’m looking for something like “st.Appliances.appliances11”

Thanks