Hello,I got stuck in a project were I have to integrated Service cloud with out Support Web Page.we user Rest API and all the data will get stored in Salesfroce not in our Support page, now they want a search and filter option and I have send data via API, Just like the Serach box in Salesforce.The below API works fine, but its static it there a way to make it dynamic so that I can type what ever keyword and related records should get displayed in the webpage."/services/data/v41.0/queryAll?q=Select+Id+From+Case+where+Contact.Email"