Skip to content

Listar tarefas

GET
/tarefas

Retorna todas as tarefas cadastradas.

Responses

Lista de tarefas

application/json
JSON
[
  
{
  
  
"id": 1,
  
  
"titulo": "Estudar Node.js",
  
  
"concluida": false
  
}
]

Playground

Samples

Powered by VitePress OpenAPI