获取学习记录列表
POST
https://api.xiaoe-tech.com/xe.user.learning.records.get/1.0.0
拥有此API的权限集 |
---|
用户管理-标签操作 |
只提供最近7天的学习数据
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.user.learning.records.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xxxxxxxx",
"user_id": "u_xxxx",
"data": {
"page": 1,
"page_size": 10
}
}'
响应示例响应示例
{
"code": 0,
"msg": "ok",
"data": {
"goods_list": [
{
"id": 0,
"resource_id": "i_x",
"resource_type": 1,
"learn_progress": 100,
"org_learn_progress": "",
"is_finish": 1,
"finished_at": "2021-07-30 13:29:05",
"stay_time": 130,
"last_learn_time": "2021-07-30 13:29:05",
"info": {
"goods_id": "i_x",
"goods_type": 1,
"title": "cw1",
"author": "",
"img_url": "http://x.gif",
"img_url_compressed": "http://x.gif",
"img_url_compressed_larger": "http://x.gif",
"price": 150,
"line_price": 300,
"alive_start_at": "",
"alive_stop_at": "",
"alive_status": 0,
"sale_status": 0,
"state": 0,
"update_status": 0,
"is_stop_sell": 0,
"is_ineffective": 0,
"has_buy": 0,
"is_try": 0,
"periodical_count": 0,
"org_summary": "",
"is_expire": 0,
"marketing_info": null,
"distribution_resource_id": "",
"sale_num": 0,
"stock": 0,
"is_lookback": 0
},
"content_app_id": "",
"agent_type": 1,
"max_learn_progress": 100,
"created_at": "2021-07-30 13:27:05",
"app_id": "appxxx",
"product_id": ""
}
],
"total": 17
}
}
请求参数
Body 参数application/json