Skip to main content

search - get next page

GET 

/api/v1/assets/search/:search_id/:page

Request Query Parameters

ParameterTypeDescription
SEARCH_RESULT_IDstringThe SEARCH_RESULT_ID returned in the HTTP POST call
PAGE_NOintegerIndex 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

Successful operation