{ "opencollection": "1.0.0", "info": { "name": "Ask Sage Server Admin Dataset Management API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-access-tokens", "value": "{{x-access-tokens}}", "placement": "header" } }, "items": [ { "info": { "name": "Dataset Management", "type": "folder" }, "items": [ { "info": { "name": "Add dataset to user", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/add-dataset", "body": { "type": "json", "data": "{}" } }, "docs": "Add dataset to user" }, { "info": { "name": "Assign dataset to user", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/assign-dataset", "body": { "type": "json", "data": "{}" } }, "docs": "Assign dataset to user" }, { "info": { "name": "Remove dataset from user", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/deassign-dataset", "body": { "type": "json", "data": "{}" } }, "docs": "Remove dataset from user" }, { "info": { "name": "Update dataset permissions", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/update-permission-dataset", "body": { "type": "json", "data": "{}" } }, "docs": "Update dataset permissions" }, { "info": { "name": "Get user datasets with permissions (GET)", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/server/get-datasets-with-permissions" }, "docs": "Get user datasets with permissions (GET)" }, { "info": { "name": "Get user datasets with permissions", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-datasets-with-permissions", "body": { "type": "json", "data": "{}" } }, "docs": "Get user datasets with permissions" }, { "info": { "name": "Delete dataset", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/delete-dataset", "body": { "type": "json", "data": "{}" } }, "docs": "Delete dataset" }, { "info": { "name": "Check dataset permissions", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-dataset-permissions", "body": { "type": "json", "data": "{}" } }, "docs": "Check dataset permissions" }, { "info": { "name": "Get dataset assignments", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-dataset-assignments", "body": { "type": "json", "data": "{}" } }, "docs": "Get dataset assignments" }, { "info": { "name": "Update dataset organization sharing", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/update-dataset-organization", "body": { "type": "json", "data": "{}" } }, "docs": "Update dataset organization sharing" }, { "info": { "name": "Get dataset organization status", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-dataset-organization", "body": { "type": "json", "data": "{}" } }, "docs": "Get dataset organization status" } ] } ], "bundled": true }