{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center Sample Dataset API", "version": "1.0" }, "items": [ { "info": { "name": "Sample Dataset", "type": "folder" }, "items": [ { "info": { "name": "Returns details about sample datasets that can be loaded in the given DB Service", "type": "http" }, "http": { "method": "GET", "url": "{server}/services/:serviceId/sample-datasets/suggestions", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The ID of the DB Service" } ] }, "docs": "Returns details about sample datasets that can be loaded in the given DB Service" }, { "info": { "name": "Controls if the sample data loading suggestions should be shown for the given DB Service", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/services/:serviceId/sample-datasets/manage-suggestions", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The ID of the DB Service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Controls if the sample data loading suggestions should be shown for the given DB Service" }, { "info": { "name": "Get details about existing sample datasets being/already loaded in the given DB Service", "type": "http" }, "http": { "method": "GET", "url": "{server}/services/:serviceId/sample-datasets", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The ID of the DB Service" } ] }, "docs": "Get details about existing sample datasets being/already loaded in the given DB Service" }, { "info": { "name": "Submits a request to load sample-dataset in given DB Service.", "type": "http" }, "http": { "method": "POST", "url": "{server}/services/:serviceId/sample-datasets", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The ID of the DB Service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits a request to load sample-dataset in given DB Service." } ] } ], "bundled": true }