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