Hello,
I need to link a barcod scaner to the search bar, for example if i need to link it to google to show the rezults of "sharche term" i wood use https://www.google.com/search?q=sharche+term
but whit Espo i need to ask somthing like this
http://localhost/api/v1/Case?maxSize...asc=true&where[0][type]=textFilter&where[0][value]=sharche+term
and the respons is a json, to not make a json parse php file is ther a whei to acces the rezults of a search term just by accesing a specific adress ?
I need to link a barcod scaner to the search bar, for example if i need to link it to google to show the rezults of "sharche term" i wood use https://www.google.com/search?q=sharche+term
but whit Espo i need to ask somthing like this
http://localhost/api/v1/Case?maxSize...asc=true&where[0][type]=textFilter&where[0][value]=sharche+term
and the respons is a json, to not make a json parse php file is ther a whei to acces the rezults of a search term just by accesing a specific adress ?
Comment