My question: I am trying to send a GET request to Sitecore from postman tool for searching a term inside a Sitecore item using the following request- https://demosc.dev.local/sitecore/api/ssc/item/1FB673FA-C0E0-4174-BA8F-2C170BB71BCD/search?term=State&database=master. But I am getting a 400 error saying bad syntax.
Details (like screenshots):
How I found the problem: The error is showing in postman response
I’ve already tried:
I have referred the following documentation The RESTful API for the ItemService under the last section “Run a stored Sitecore search” with the syntax provided, but still getting error, not sure where I am getting wrong.
Can you please help on this issue?