Skip to content

Buscar tarefa

GET
/tarefas/{id}

Retorna uma única tarefa pelo id.

Parameters

Path Parameters

id*

Id da tarefa

Type
integer
Required
Example1

Responses

A tarefa

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

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI