Get Search Results Page
GET/api/v1/search/:search_id/:page
Request Query Parameters
| Parameter | Type | Description |
|---|---|---|
SEARCH_RESULT_ID | string | The SEARCH_RESULT_ID returned in the HTTP POST call |
PAGE_NO | integer | Index of result page requested, should be less than or equal to the total pages returned in the HTTP POST call |
The HTTP GET response JSON is the same as for HTTP POST that provides one page of search result.
Request
Responses
- 200
- 401
- 404
- 500
Search results page
Unauthorized
Search results not found or expired
Internal server error