Get Next Search Results

Returns 50 results from an existing search results. It can be any sequence of 50 documents from the search results, starting at the position specified. It will be less than 50 if results_count - start_position < 50.

End-point

POST /documents/next

Request Body

FieldTypeDescription

data

SearchNextResultsRequest

Specifies which results to retrieve.

Possible Responses Statuses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Response Body

FieldTypeDescription

result

SearchResult

Results of the search.