HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 121001 | internal error | 服务器内部错误,如果重试无效可联系管理员 |
400 | 121002 | not support | 暂不支持该功能 |
400 | 121003 | param error | 参数错误,检查参数的取值范围(请按照上面字段说明自查) |
curl --location --request GET 'https://open.feishu.cn/open-apis/vc/v1/reports/get_top_user?start_time=1608888867&end_time=1608889966&limit=10&order_by=1' \
--header 'Authorization;'
{
"code": 0,
"msg": "success",
"data": {
"top_user_report": [
{
"id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b",
"name": "name",
"user_type": 1,
"meeting_count": "100",
"meeting_duration": "3000"
}
]
}
}