/documents/searchEx - Run an Advanced Search
Searches the CCMS and returns the first 50 results.
Note:
This method changed in 6.4
- The SearchCriteria data structure inside AdvancedSearchRequest has changed.
End-point
POST | /documents/searchEx |
Request body
Field | Type | Description |
---|---|---|
|
All the criteria for the search. |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
SearchResult[…] |
The result of the search provides the total number of documents found and then the first 50 documents in that search |