{
"id": 31,
"title": "I am a task!",
"description": "This is the task description",
"deadline": "dd/mm/yyyy",
"notes": [
{
"title": "random note title",
"body": "I am the note body"
},
{
"title": "random note title",
"body": "I am the note body"
},
{
"title": "random note title",
"body": "I am the note body"
}
],
"completed": false
}
Create a new task
Get all tasks Available filters -
/articles?completed=true/false
Get the details of a particular task including notes
Edit a task - Add / Remove notes from the task. Mark a task completed.
Delete a particular task