?q=QUERY
to the url specified for the list request and make a GET request to this url. So specifying https://api.yourcrm.com/api/search_person
would make a request tohttps://api.yourcrm.com/api/search_person?q=QUERY
, where QUERY will be replaced with a url-encoded version of the user entered query. Content-Type
application/json