Get Task Date
get
Get the date of a task
Authorizations
Path parameters
projectIdstringRequired
taskIdstringRequired
Responses
200
Task Date
application/json
4XX
Error description
application/json
get
GET /api/v1/projects/{projectId}/tasks/{taskId}/date HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"ok": true,
"item": {
"start": {
"date": "text",
"time": "text",
"timezone": "text"
},
"end": {
"date": "text",
"time": "text",
"timezone": "text"
}
}
}
Last updated