Last updated 2 months ago
Get the date of a task
/projects/{projectId}/tasks/{taskId}/date
Task Date
Error description
curl -L \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/date'
{ "ok": true, "item": { "start": { "date": "text", "time": "text", "timezone": "text" }, "end": { "date": "text", "time": "text", "timezone": "text" } } }