search - get next page
GET/api/v1/assets/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
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error