{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_workspaces.subpackage_workspaces/projects API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_workspaces.subpackage_workspaces/projects", "type": "folder" }, "items": [ { "info": { "name": "✨ List workspace projects", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/workspaces/:id/projects/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nRetrieve a list of all projects in a spe" }, { "info": { "name": "✨ Add workspace project", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/workspaces/:id/projects/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nAdd a project to a specific workspace." }, { "info": { "name": "✨ Remove workspace project", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/workspaces/:id/projects/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "project", "value": "", "type": "query", "description": "Project ID to remove from the workspace." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nRemove a project from a specific workspa" } ] } ], "bundled": true }