Get Next Search Results
Returns 50 results from an existing search result. 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.
Important:
This method has changed in 6.2
- The data structure SearchResultItem inside SearchResult does not contain the
assignmentsfield anymore. - The data structure DocumentInformation inside SearchResult contains a new field
assignmentInformation.
End-point
| POST | /documents/search/next |
Request Body
| Field | Type | Description |
|---|---|---|
|
Specifies which results to retrieve. |
Possible Responses Statuses
| HTTP Status | Description |
|---|---|
|
200 |
The operation completed successfully. |
|
401 |
There is no session or the session is invalid. |
Response Body
| Field | Type | Description |
|---|---|---|
|
Results of the search. |
