Update Search Results
Returns updated information for a selection of documents from an existing search result. Use this method if you have executed an operation on some documents from the search result and want updated information for those documents.
Important:
This method has changed in 6.2
- The data structure SearchResultItem inside SearchResultsUpdateResult does not contain the
assignments
field anymore. - The data structure DocumentInformation inside SearchResult contains a new field
assignmentInformation
.
End-point
GET | /documents/search/subList |
Request Body
Field | Type | Description |
---|---|---|
|
Documents to update in the search results. |
Possible Responses
HTTP Status | Description |
---|---|
200 |
The operation completed successfully. |
401 |
There is no session or the session is invalid. |
Response Body
Field | Type | Description |
---|---|---|
|
Updated search results. |