API: fetch Notes by date range

We’re trying to fetch Notes by a ‘cdate’ range. Is there any way to filter resources in v3 of the API by date range? For example:
/api/3/notes?sdate[cdate]=2020-12-1&ldate[cdate]=2020-12-31

If not, is it possible in v1 of the API? I thought there were “sdate” and “ldate” params for things like reports.

Hi! Unfortunately, the v3 contact notes endpoint does not support filtering by date range. You would need to filter the notes in your code after retrieving the notes for a contact.

Notes are not fully supported by the v1 API. There’s not an endpoint for listing notes.