| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 2091001 | param is invalid | 检查参数是否正确 |
| 404 | 2091002 | resource not found | 无法找到对应妙记,检查Token是否正确 |
| 400 | 2091003 | minute not ready , try later | 检查妙记是否转写完成 |
| 400 | 2091004 | resource deleted | 检查妙记是否已被删除 |
| 403 | 2091005 | permission deny | 检查是否有该篇妙记的阅读权限 |
Authorization: Bearer ********************curl --location --request GET 'https://open.feishu.cn/open-apis/minutes/v1/minutes//statistics?user_id_type=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"statistics": {
"user_view_count": "3",
"page_view_count": "20",
"user_view_list": [
{
"user_id": "ou_612b787ccd3259fb3c816b3f678dxxxx",
"view_time": "1669121332000"
}
]
}
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群