Skip to content
Prof. Leon Blog
Main Navigation
Home
About
Content
Desenvolvimento Web
Virtualização
Sistemas Distribuídos
APIs e Microsserviços
LaTeX
Appearance
Menu
Return to top
Buscar tarefa
GET
/tarefas/{id}
Retorna uma única tarefa pelo id.
Parameters
Path Parameters
id
*
Id da tarefa
Type
integer
Required
Example
1
Responses
200
404
A tarefa
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
1
,
"titulo"
:
"Estudar Node.js"
,
"concluida"
:
false
}
GET
/tarefas/{id}
Playground
Server
Select a server...
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI