{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_workspaces API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_workspaces", "type": "folder" }, "items": [ { "info": { "name": "✨ List workspaces", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/workspaces/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "include_all_workspaces", "value": "", "type": "query", "description": "Include all workspaces in the organization, including other users' personal workspaces. Only effective for users with Administrator or Owner role. When enabled, the response includes created_by_user info for personal workspaces." }, { "name": "is_archived", "value": "", "type": "query", "description": "Filter by archived status. Set to false to exclude archived workspaces." }, { "name": "is_personal", "value": "", "type": "query", "description": "Workspace is a personal user workspace." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "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
\nList all workspaces for your organizatio" }, { "info": { "name": "✨ Create workspace", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/workspaces/", "headers": [ { "name": "Authorization", "value": "" } ], "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
\nCreate a new workspace. Workspaces in La" }, { "info": { "name": "✨ Get workspace", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/workspaces/:id/", "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 details for a specific workspac" }, { "info": { "name": "✨ Update workspace", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/workspaces/:id/", "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
\nUpdate settings for a specific workspace" }, { "info": { "name": "✨ Delete workspace", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/workspaces/:id/", "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
\nDelete a specific workspace by ID." } ] } ], "bundled": true }