Last updated 6 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 Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
{ "ok": true, "items": [ { "handle": "text", "displayName": "text" } ] }