Find Assignments

Find assignments by query

Request
query Parameters
name
string
projects
Array of strings
  • Filter by project IDs
annotator
string
  • Filter by assignee
status
string
  • Find by status
pageOffset
number <double>
  • The number of pages to skip from the start
pageSize
number <double>
  • How many assignments in one page
taskId
string
active
boolean
Responses
200

Ok

get/assignments
Request samples
Response samples
application/json
{
  • "totalItemsCount": 0,
  • "items": [
    ],
  • "totalPagesCount": 0,
  • "hasNextPage": true
}