团队列表
POST
/team/list最后修改时间: 9 个月前
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
p
integer
页码,从1开始
limit
integer
分页条数
asc
boolean
是否升序
orderby
string
排序字段
query
string
查询语句
查询范围:name和description
person_id
integer
人员id
查询包含此人员的团队,人员可以为account或member
示例
{
"p": 0,
"limit": 0,
"asc": true,
"orderby": "string",
"query": "string",
"person_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object
可选
items
array [object {9}]
列表
p
integer
必需
limit
integer
必需
total
integer
总数
示例
未设置
最后修改时间: 9 个月前