Operators Available in Filtered Search APIs in Freshworks CRM

We are building a custom app in freshsales to search through entities based on its name. For that we would like to know if there are any operators in Freshsales Filtered Search APIs like Contains .

For Example:

Contact name: janesampleton

Expectation: if contact.name contains sample, it should give janesampleton in results.

Is there any APIs or operators that we can make use of?

Thanks in advance

@Sarnith_Balan ,
Good Day! Welcome to the community!

Kindly refer to this document for more reference.

eg:

curl -H "Authorization: Token token=sfg999666t673t7t82" -H "Content-Type: application/json" -X GET https://domain.myfreshworks.com/crm/sales/api/search?q=sample&include=contact&per_page=25

Hope it helps :slight_smile:

Thanks

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.