Fetching all the modified Notes

Fetching all the modified Notes

Hello.

Is there any way of fetching all the modified Notes using API?

In "getRecords" method there is a "lastModifiedTime" and this works great for Contacts or Leads, but not for Notes as it's not a module.

The only way of fetching Notes I know of is by using the "getRelatedRecords" method but this method must be called for every single Contact and Lead separately in search of modified Notes. This quickly exhausts the API calls limit.

If adding a Note to a Contact would change the Contact's modification time I could only call "getRelatedRecords" for modified Contacts, but unfortunately that's not the case.

Thanks.