Last updated 5 months ago
Get the assignees of a task
Task assignees
GET /api/v1/projects/{projectId}/tasks/{taskId}/assignees HTTP/1.1 Host: www.taskade.com Accept: */*
{ "ok": true, "items": [ { "handle": "text", "displayName": "text" } ] }