Last updated 21 days ago
Get the assignees of a task
Task assignees
const response = await fetch('https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/assignees', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": false, "items": [ { "handle": "text", "displayName": "text" } ] }