{ "opencollection": "1.0.0", "info": { "name": "BrightEdge Platform accounts searchengines API", "version": "5.0.0" }, "items": [ { "info": { "name": "searchengines", "type": "folder" }, "items": [ { "info": { "name": "This call returns a list of search engines for given account id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/5.0/objects/searchengines/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This call returns a list of search engines for given account id" }, { "info": { "name": "This call returns a list of search engines for given account id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/latest5/objects/searchengines/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This call returns a list of search engines for given account id" }, { "info": { "name": "This call returns the list of all the search engines for given account_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/3.0/objects/searchengines/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This call returns the list of all the search engines for given account_id" }, { "info": { "name": "This call returns the list of all the search engines for given account_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/latest3/objects/searchengines/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This call returns the list of all the search engines for given account_id" } ] } ], "bundled": true }