{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService SearchService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SearchService", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/search", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "categories", "value": "", "type": "query" } ] } }, { "info": { "name": "Autocomplete", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/search/autocomplete", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "categories", "value": "", "type": "query" } ] } }, { "info": { "name": "Options", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/search/metadata/options", "params": [ { "name": "categories", "value": "", "type": "query" } ] } } ] } ], "bundled": true }