团队列表
POST
/team/list最后修改时间: 8 个月前
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
orderby
string
排序字段
query
string
查询语句
查询范围:name和description
person_id
integer
人员id
查询包含此人员的团队,人员可以为account或member
示例
{
"orderby": "string",
"query": "string",
"person_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
#/definitions/24794565可选
data
object
可选
items
array [object {9}]
列表
p
integer
必需
limit
integer
必需
total
integer
总数
示例
未设置
最后修改时间: 8 个月前