Issue with COQL Query for Retrieving Notes via Zoho CRM API V7

Issue with COQL Query for Retrieving Notes via Zoho CRM API V7

Hello,

I am currently working on a COQL query to retrieve Notes associated with Deal records via the Zoho CRM API V7. However, I am not receiving any response. When I used the V6 API, I did receive a response. Below is the COQL query I am using to fetch the Notes:

("select_query","select Parent_Id, Note_Content, Modified_By, Modified_Time from Notes Where $se_module = 'Deals' and Parent_Id=" + recordId);

One limitation with V6 is that it only returns a maximum of 50 records, while V7 allows for up to 100 records. Has anyone successfully used COQL queries to retrieve Notes via Zoho CRM API V7?

Any guidance or suggestions would be greatly appreciated.

Best regards,
Subhash Kumar