API Guide

Table Of Contents
Search
This resource enables you to search for navigation links and documents using query strings.
Use the URIs in this resource to search for navigation links and documents by providing search query strings.
Topics:
/api/SearchService/Actions/SearchService.Search
/api/SearchService/Actions/SearchService.Search
POST method for SearchService.Search
This method performs a search using the query string that you provide and returns links to the corresponding navigation pages.
Description Searches for the query strings and returns the links to the navigation pages.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"Count":8,
"Skip":7,
"QueryString": "device",
"FilterType":
[
"tasks",
"devices",
"events",
"archdocs",
"helplinks",
"warranties",
"policies",
"users",
"logs"
]
}
Example
response body
{
"took": 87,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits":{
"total": 11,
"max_score": 10,
"hits": [
{
"_index": "OME-Modular",
"_type": "tasks",
14
Search 389