Tasks

✨ Bulk assign users to tasks

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Assign multiple users to a collection of tasks within a specific project.
post/api/projects/{id}/tasks/assignees

Path parameters

idinteger required

Request body

type'AN' | 'RE' required
  • AN - Annotate
  • RE - Review
usersinteger[] required

Example request

{
  "filters": {
    "items": [
      {
        "filter": "filter:tasks:id",
        "operator": "greater",
        "type": "Number",
        "value": 123
      }
    ]
  }
}

Response

Success

assignmentsinteger
asyncboolean
task_idsinteger[]

Task IDs included in this assignment request.

Changes

Changed in 5 of the 97 revisions of this API.328

    • added the optional property task_ids to the response with the 201 status

      response-optional-property-added

  • e1ba2ecdbabb323See the full diff
    • request body became required

      request-body-became-required

    • added PrepareParamsFiltersRequest to the filters request property allOf list

      request-property-all-of-added

    • the filters request property type/format changed from object/ to /

      request-property-type-changed

    • removed the request property filters/conjunction

      request-property-removed

    • removed the request property filters/items

      request-property-removed

    • added the media type application/x-www-form-urlencoded to the request body

      request-body-media-type-added

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • the request property filters became nullable

      request-property-became-nullable

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property filters/items/items/child_filters

      new-optional-request-property

    • api operation id api_projects_tasks_assignees_create removed and replaced with api_projects_tasks_assignees_bulk_create

      api-operation-id-removed

    • added the new in_list enum value to the request property filters/items/items/operator

      request-property-enum-value-added

    • added the new not_in_list enum value to the request property filters/items/items/operator

      request-property-enum-value-added

Of the 97 revisions, 1 has no diff computed.