v2

OpenAPI 3.0.0raw.githubusercontent.com2024-12-01003.0 KB

Get all TODO items

Returns a list of all TODO items.

get/todos

Response

A list of TODO items

idstring required

Unique identifier for the TODO item

titlestring required

The title of the task

completedboolean required

Whether the task is completed

dueDatestring date-time

When the task is due

All 5 operations