Last updated 4 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 Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
{ "ok": true, "item": { "fieldId": "text", "value": null } }