{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_views API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_views", "type": "folder" }, "items": [ { "info": { "name": "List views", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/dm/views/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "project", "value": "", "type": "query", "description": "Project ID" } ] }, "docs": "List all views for a specific project." }, { "info": { "name": "Create view", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/dm/views/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a view for a specific project." }, { "info": { "name": "Update order of views", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/dm/views/order/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the order field of views based on the provided list of view IDs" }, { "info": { "name": "Delete all project views", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/dm/views/reset/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "project", "value": "", "type": "query", "description": "Project ID" } ] }, "docs": "Delete all views for a specific project." }, { "info": { "name": "Get view details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/dm/views/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "View ID" } ] }, "docs": "Get the details about a specific view in the data manager" }, { "info": { "name": "Update view", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/dm/views/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "View ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update view data with additional filters and other information for a specific project." }, { "info": { "name": "Delete view", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/dm/views/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "View ID" } ] }, "docs": "Delete a specific view by ID." } ] } ], "bundled": true }