{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_projects.subpackage_projects/assignments API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_projects.subpackage_projects/assignments", "type": "folder" }, "items": [ { "info": { "name": "✨ Bulk assign users to tasks", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/projects/:id/tasks/assignees", "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
\nAssign multiple users to a collection of" }, { "info": { "name": "✨ Get assigned tasks and assignees", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/projects/:id/tasks/:task_pk/assignees", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this project." }, { "name": "task_pk", "value": "", "type": "path", "description": "A unique integer value identifying this task." } ] }, "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 tasks and assignees f" }, { "info": { "name": "✨ Create task assignee", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/projects/:id/tasks/:task_pk/assignees", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this project." }, { "name": "task_pk", "value": "", "type": "path", "description": "A unique integer value identifying this task." } ], "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
\nAssign a user to a task in a specific pr" }, { "info": { "name": "✨ Update task assignee", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/projects/:id/tasks/:task_pk/assignees", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this project." }, { "name": "task_pk", "value": "", "type": "path", "description": "A unique integer value identifying this task." } ], "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 the assignee for a task in a spec" }, { "info": { "name": "✨ Delete task assignments", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/projects/:id/tasks/:task_pk/assignees", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this project." }, { "name": "task_pk", "value": "", "type": "path", "description": "A unique integer value identifying this task." }, { "name": "type", "value": "", "type": "query", "description": "Assignment type to delete (optional). If omitted, deletes all assignments for the task." }, { "name": "users", "value": "", "type": "query", "description": "Comma separated list of user IDs to delete, as a string. If omitted, deletes all assignees for the given type." } ] }, "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 assignees for a task within a spe" } ] } ], "bundled": true }