Last updated 2 months ago
Get the field value of a task
curl -L \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/fields/{fieldId}'
{ "ok": true, "item": { "fieldId": "text", "value": null } }