I am trying to get the item/Document Title and few characters of the description (as we get from search results page of search center web site) by using the following in the browser and I get nothing.
http://spserver/_api/search/query?query_parameter=document
http://spserver/_api/search/query?querytext='document'&startrow=10
http://spserver/_api/search/query?querytext='document'&culture=1044
http://spserver/_api/search/query?querytext='document'&refinementfilters='fileExtension:equals("docx")'
Can you please guide me on how I can get this? Thanks