GET v2/Search
This will return indexed search results given a query
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryTerm | string |
None. |
|
| ExactPhrase | boolean |
None. |
|
| AvailableDocTypes | Collection of string |
None. |
|
| DocType | string |
None. |
|
| Start | integer |
None. |
|
| Rows | integer |
None. |
|
| ValidSearchFacets | Collection of SearchFacet |
None. |
|
| RequestSearchFacets | Collection of string |
None. |
|
| Sort | string |
None. |
|
| SortOrder | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 with all Issues
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.