Return a limited set of results I’m a shared parameter. I can be reused in multiple endpoints!
List Todos
Returns a list of todos
Markdown is supported in descriptions. Add information here for users to get accustomed to endpoints
Query Parameters
Response
application/json
Response
Returns a list of Todos
I’m a model’s description.
ID of the task
>= 0<= 9999
Name of the task
>= 1 characters<= 100 characters
Boolean indicating if the task has been completed or not
Default:false
Time when the task was completed
Time when the task was created
Time when the task was updated
Create Todo
This creates a Todo object
Markdown is supported in descriptions. Add information here for users to get accustomed to endpoints
Body
application/json
Body
Name of the Todo
Todo
I’m a model’s description.
Name of the task
>= 1 characters<= 100 characters
Boolean indicating if the task has been completed or not
Default:false
Response
multipart/form-data
Response
New Todo Created
Todo
I’m a model’s description.
ID of the task
>= 0<= 9999
Name of the task
>= 1 characters<= 100 characters
Boolean indicating if the task has been completed or not
Default:false
Time when the task was completed
Time when the task was created
Time when the task was updated
Get Todo
Get a single todo using an ID
Markdown is supported in descriptions. Add information here for users to get accustomed to endpoints
Path Parameters
ID of the Todo
Response
application/json
Response
Returns the Todo for the ID
Todo
I’m a model’s description.
ID of the task
>= 0<= 9999
Name of the task
>= 1 characters<= 100 characters
Boolean indicating if the task has been completed or not
Default:false
Time when the task was completed
Time when the task was created
Time when the task was updated
Replace Todo
Update a single todo using an ID
Markdown is supported in descriptions. Add information here for users to get accustomed to endpoints
Path Parameters
ID of the Todo
Body
application/json
Body
Todo
I’m a model’s description.
Name of the task
>= 1 characters<= 100 characters
Boolean indicating if the task has been completed or not
Default:false
Response
Response
Todo Updated
Delete Todo
Delete a todo using an ID
Markdown is supported in descriptions. Add information here for users to get accustomed to endpoints
Path Parameters
ID of the Todo
Response
application/json
Response
Todo Deleted
Todo
I’m a model’s description.
ID of the task
>= 0<= 9999
Name of the task
>= 1 characters<= 100 characters
Boolean indicating if the task has been completed or not
Default:false
Time when the task was completed
Time when the task was created
Time when the task was updated