ID of the Todo
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
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
Get User
Get a user by ID
Markdown is supported in descriptions. Add information here for users to get accustomed to endpoints
Response
application/json
Response
OK
ID of the user
>= 1 characters
>= 1 characters
Official Phone Number
>= 1 characters
Work Email Address
>= 1 characters
Delete User
Delete a user by ID
Response
200 application/json
Response
OK
User
ID of the user
>= 1 characters
>= 1 characters
Official Phone Number
>= 1 characters
Work Email Address
>= 1 characters
Create User
Create a User
Body
application/json
Body
User
>= 1 characters
>= 1 characters
Official Phone Number
>= 1 characters
Work Email Address
>= 1 characters
Response
201 application/json
Response
User Created
User
ID of the user
>= 1 characters
>= 1 characters
Official Phone Number
>= 1 characters
Work Email Address
>= 1 characters
Todo
objectI’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