A simple set of API Endpoints Developed Using Djnago REST Framework
Parameter |
Type |
Description |
None |
NA |
Returns all tasks stored in DB |
Parameter |
Type |
Description |
id |
integer |
Required. Id of item to create |
title |
string |
title of item to create |
priority |
integer |
priority of item to create |
is_completed |
boolean |
status of item to create |
dueDate |
date-time |
Due date of item to create |
Parameter |
Type |
Description |
None |
NA |
Returns all incomplete tasks stored in DB |
Parameter |
Type |
Description |
is_completed |
boolean |
Status of the task |
Parameter |
Type |
Description |
None |
NA |
Delets a tasks from DB |