GET api/Search
Retrieves the search history for the authenticated user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An representing the result of the operation. Returns a 200 OK response with the search history if found, a 400 Bad Request if authentication fails, or a 404 Not Found if no search history exists for the user.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.