| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"cursor": 0,
"course_code": "GJKI49001",
"size": 10,
"op_userid": "manager"
}curl --location --request POST 'http://127.0.0.1/topapi/edu/course/participant/list?access_token=Be3xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": 0,
"course_code": "GJKI49001",
"size": 10,
"op_userid": "manager"
}'{
"result": {
"has_more": true,
"list": [
{
"role": "string",
"participant_id": "string",
"participant_type": "string",
"participant_corpid": "string"
}
],
"next_cursor": 0
},
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}