任务树
开发中
GET
/api/task/tree
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/api/task/tree'
返回响应
🟢200成功
application/json
Body
id
integer
必需
type
integer
必需
owner
string
必需
startTime
string
必需
description
object
必需
children
array[object (任务) {9}]