Last updated 6 months ago
Get the note of a task
Task Note
GET /api/v1/projects/{projectId}/tasks/{taskId}/note HTTP/1.1 Host: www.taskade.com Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
{ "ok": true, "item": { "type": "text", "value": "text" } }