Get an objective task by ID
GET/v1/objectives/{objectiveId}/tasks/{id}
Get an objective task by ID
curl https://api.cadenya.com/v1/objectives/$OBJECTIVE_ID/tasks/$ID \
-H "Authorization: Bearer $CADENYA_API_KEY"{
"data": {
"completed": true,
"number": 0,
"task": "task",
"completedAt": "2019-12-27T18:11:19.117Z"
},
"metadata": {
"id": "id",
"name": "name"
}
}Returns Examples
{
"data": {
"completed": true,
"number": 0,
"task": "task",
"completedAt": "2019-12-27T18:11:19.117Z"
},
"metadata": {
"id": "id",
"name": "name"
}
}