To-Do service API

GET /tasks

Retrieves a list of all tasks in the system.


Endpoint

Method: GET
URL: http://localhost:3000/tasks

This operation requires no authentication. This operation takes no parameters.


Purpose

Use this endpoint to:


Example request

curl http://localhost:3000/tasks