Zoneminder- How to extract zone name from an event?

Hello,
My zoneminder have multiple zones. When an event occurs, I would like to know which zone(s) have triggered the event. Could I do this using the Zoneminder binding?

Looking at Zoneminder API document https://zoneminder.readthedocs.io/en/stable/api.html, I found the Retrieve event Id API

curl -XGET http://server/zm/api/events/1000.json

returns the information I need in one of its fields. I wonder if information from this API could be included in the future-release of zoneminder binding.
Thank you.