/
/Simple Todo API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 56m ago · Updated 1mo ago
Items7
  • getGets Todo items within the specified list
  • postCreates a new Todo item within a list
  • getGets a Todo item by unique identifier
  • putUpdates a Todo item by unique identifier
  • deleteDeletes a Todo item by unique identifier
  • getGets a list of Todo items of a specific state
  • putChanges the state of the specified list items
Lists5
  • getGets an array of Todo lists
  • postCreates a new Todo list
  • getGets a Todo list by unique identifier
  • putUpdates a Todo list by unique identifier
  • deleteDeletes a Todo list by unique identifier
    Lists

    Gets an array of Todo lists

    get/lists

    Query parameters

    topnumber

    The max number of items to returns in a result

    skipnumber

    The number of items to skip within the results

    Response

    An array of Todo lists

    idstring
    namestring required
    descriptionstring

    Changes