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_daily?start_time=1608888867&end_time=1608888966' \
--header 'Authorization;'
{
"code": 0,
"msg": "success",
"data": {
"meeting_report": {
"total_meeting_count": "100",
"total_meeting_duration": "300000",
"total_participant_count": "20000",
"daily_report": [
{
"date": "1609113600",
"meeting_count": "100",
"meeting_duration": "147680",
"participant_count": "2000"
}
]
}
}
}