| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"cursor": 0,
"data_order_type": 0,
"sort_type": 1,
"size": 2,
"level": 2,
"operator_userid": "user0012",
"period_code": "primary_school",
"parent_id": 11,
"area_code": "CN"
}curl --location --request POST 'http://127.0.0.1/topapi/edu/subject/metadata/list?access_token=Be3xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": 0,
"data_order_type": 0,
"sort_type": 1,
"size": 2,
"level": 2,
"operator_userid": "user0012",
"period_code": "primary_school",
"parent_id": 11,
"area_code": "CN"
}'{
"success": true,
"errcode": 0,
"errmsg": "string",
"result": {
"next_cursor": 0,
"has_more": true,
"list": [
{
"id": 0,
"area_code": "string",
"period_code": "string",
"parent_id": 0,
"level": 0,
"subject_name": "string",
"subject_code": "string"
}
],
"total_count": 0
}
}