| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 211005 | invalid app id | 检查 app id |
| 400 | 210504 | no such app in tenant | 请检查被查询应用与当前调用接口应用是否在同一企业内 |
| 400 | 211007 | invalid date format | 检查 date 字段的格式是否符合"2021-07-01" |
| 403 | 211010 | invalid date range | 检查 date 的取值范围是否正确 |
| 404 | 211011 | data not found | 数据不存在。正常情况:该应用在目标日期没有数据 |
curl --location --request GET '/application/v6/applications/cli_9f115af860f7901b/feedbacks?from_date=&to_date=&feedback_type=&status=&user_id_type=&page_token=&page_size=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"feedback_list": [
{
"feedback_id": "7057888018203574291",
"app_id": "cli_9b445f5258795107",
"feedback_time": "2022-01-30 11:30:12",
"tenant_name": "字节跳动",
"feedback_type": 1,
"status": 0,
"fault_type": [
1,
2,
3
],
"fault_time": "2022-01-30 11:30:12",
"source": 1,
"contact": "wang@bytedance.com",
"update_time": "2022-01-30 11:30:12",
"description": "反馈描述",
"user_id": "ou_9565b69967831233761cc2f11b4c089f",
"operator_id": "ou_9565b69967831233761cc2f11b4c089f",
"images": [
"https://p6-lark-openplatform-image-sign.byteimg.com/*"
],
"feedback_path": "index/page"
}
],
"has_more": true,
"page_token": "7064688334618378259"
}
}