| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"open_feed_query_param": {
"biz_type": 4,
"class_id": 26347,
"count": 10,
"cursor": 1620704981000,
"feed_type": 0,
"student_id": "stu123",
"topic_id": 19827347,
"user_role": "老师",
"userid": "tch123"
}
}curl --location --request POST 'http://127.0.0.1/topapi/edu/circle/post/list?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"open_feed_query_param": {
"biz_type": 4,
"class_id": 26347,
"count": 10,
"cursor": 1620704981000,
"feed_type": 0,
"student_id": "stu123",
"topic_id": 19827347,
"user_role": "老师",
"userid": "tch123"
}
}'{
"result": {
"has_more": true,
"posts": [
{
"comments": [
{
"comment_id": 0,
"content": "string",
"origin_user": {
"show_name": "string",
"staff_id": "string"
}
}
],
"author": {
"owner": true,
"show_name": "string",
"icon_media_id": "string",
"title": "string",
"type": "string",
"avatar_media_id": "string",
"nick": "string",
"is_owner": true,
"tag": 0,
"user_role": "string",
"staff_id": "string"
},
"feed_type": 0,
"biz_id": "string",
"post_id": 0,
"create_at": 0,
"content": {
"geo_content": "string",
"text": "string",
"content_type": 0
},
"tags": "string",
"status": 0
}
]
},
"success": true,
"errmsg": "string",
"errcode": 0
}