Standard Todo List Endpoints

Get all todos

Gets all the todos in the todo list.

get/todos

Response

A list of todos

IDinteger required
OwnerIDinteger required
Titlestring required
Completedboolean required

Changes