Run a Search
Searches the CCMS and returns the first 50 results.
Important:
This method has changed in 6.2
- The data structure SearchResultItem inside SearchResult does not contain the
assignments
field anymore. - The data structure DocumentInformation inside SearchResult contains a new field
assignmentInformation
.
End-point
POST | /documents/search |
Request Body
Field | Type | Description |
---|---|---|
|
All criteria for the search. |
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 |
---|---|---|
|
The result of the search provides the total number of documents found and the first 50 documents. |