Last updated 3 months ago
Get the field value of a task
Task field value
GET /api/v1/projects/{projectId}/tasks/{taskId}/fields/{fieldId} HTTP/1.1 Host: www.taskade.com Accept: */*
{ "ok": true, "item": { "fieldId": "text", "value": null } }