Get Task Field
get
Get the field value of a task
Authorizations
Path parameters
projectIdstringRequired
taskIdstringRequired
fieldIdstringRequired
Responses
200
Task field value
application/json
4XX
Error description
application/json
get
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
}
}
Last updated