v2

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

Get a TODO item by ID

Returns a single TODO item.

get/todos/{id}

Path parameters

idstring required

Response

TODO item found

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