Hi, I’m trying to use the search API as the Freshsales/CRM API document at Freshsales | Refreshingly new CRM & Deal Management Software
Here is my API request for searching with string:
- https://cmctelecom.freshsales.io/api/search?q=0964027410&include=lead,contact
- https://cmctelecom.freshsales.io/api/search?q=0964027410&include=lead,contact&per_page=25
We get the response: []
For the string = word, the API works normally but it does not work with string = number.
Please advise me in this case.
Thanks.