Get Events API returning different keys in response

Hi,

This is regarding Flock App Integration with Asana. We have integration to fetch events from integrated Asana account using getEvents API:

https://app.asana.com/api/1.0/events?resource=123&sync=ABC

However, response as mentioned on your developer documentation is:

{“data” : type (key is present), action, parent, resource etc. keys}.

Our app integration is relying on above response.

But for some responses and not all we are getting:

{“events” : TYPE key missing, parent, resource, action etc.}.

,which is not correct.

Why is this variation in response?

This has led to some integrations failing to send message in Flock channels from Asana.

Please provide resolution on same.