Last updated 4 months ago
Get the assignees of a task
curl -L \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/assignees'
{ "ok": true, "items": [ { "handle": "text", "displayName": "text" } ] }