Hi All,
Am working on an application which uses FreshworksCRM custom module for CRUD operations.
Right now am able to filter through the custom module with the below API,
https://${domain}.myfreshworks.com/crm/sales/api/lookup?q=6A&f=cf_grade&entities=custom_module,cm_students&per_page=100&page=1
Is there a way that i could query multiple fields at the same API call ?
Also we need to query through range, for example students who has <30 grade.
Can anyone help me with this ? Is this possible with custom modules ?
Thanks,