List of emails from modules using crm REST API

List of emails from modules using crm REST API

Hi, 

I would like to know if there is currently a way to export emails informations from Contacts or accounts (and generally from a supported module) in a similar fashion than notes and attachments.

https://www.zohoapis.com/crm/v2/Accounts/XXXXXXXXXXXXX/Attachments
https://www.zohoapis.com/crm/v2/Accounts/XXXXXXXXXXXXX/Notes

When I try the following I get an empty list.
https://www.zohoapis.com/crm/v2/Accounts/XXXXXXXXXXXXX/Emails

The response
{
    "email_related_list": []
}

Cheers,

Marc