Hi Guys,
I am trying in postman, the query parameters like:
Step1:(Working)
https://blackbuckcaresandbox.freshdesk.com/api/v2/search/tickets?query="(cf_test:%27Services%27%20OR%20cf_test:%27Services GTS%27)%20AND%20status:2%20OR%20status:3%20OR%20status:6%20OR%20status:7"
step2:(working)
Add parameter cf_test
https://blackbuckcaresandbox.freshdesk.com/api/v2/search/tickets?query="cf_test: 'Services'"
result is:
Next we trying with mobile number as a custom integer field
step3:(Not working)
https://blackbuckcaresandbox.freshdesk.com/api/v2/search/tickets?query="cf_mobile_number:9876876678"
result is: empty
Some custom field is working else not working
Thank you