Last updated 5 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 Accept: */*
{ "ok": true, "item": { "type": "text", "value": "text" } }