Skip to main content

The correct format for the Rest API POST Search Query is:

{'request':   'request': {  {'__metadata' : { 'type' : 'Microsoft.Office.Server.Search.REST.SearchRequest' }, 'Querytext': 'query' } } 

I found an example here in the second image.

The correct format for the Rest API POST Search Query is:

{'request':   {'__metadata' : {'type' : 'Microsoft.Office.Server.Search.REST.SearchRequest'}, 'Querytext': 'query'} } 

I found an example here in the second image.

The correct format for the Rest API POST Search Query is:

{ 'request': {  '__metadata' : { 'type' : 'Microsoft.Office.Server.Search.REST.SearchRequest' }, 'Querytext': 'query' } } 

I found an example here in the second image.

Source Link
Sam Sussman
  • 1.7k
  • 10
  • 22

The correct format for the Rest API POST Search Query is:

{'request': {'__metadata' : {'type' : 'Microsoft.Office.Server.Search.REST.SearchRequest'}, 'Querytext': 'query'} } 

I found an example here in the second image.