批量获取文章详情
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
aicontent:ListTextbookAssistantSceneDetails |
list |
*全部资源
|
无 | 无 |
请求语法
POST /api/v1/textbookAssistant/teachingResource/ListArticleDetails HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| body |
object |
否 |
请求 body 参数 |
|
| authToken |
string |
是 |
接口调用授权码,可以通过获取"英语教材式 AI 老师功能使用授权码"接口获取。 |
tc_e6dc70c890866f4028ca685b6fa29874 |
| articleIdList |
array |
否 |
文章 ID 列表 |
|
|
string |
否 |
文章 ID |
0c05700d4d9411efbe6e0c42a106bb02 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| requestId |
string |
Id of the request |
xxxx-xxxx-xxxx-xxxxxxxx |
| success |
boolean |
接口调用是否成功。
|
true |
| errCode |
string |
错误码 |
UNKNOWN_ERROR |
| errMessage |
string |
错误信息 |
未知错误 |
| httpStatusCode |
integer |
HTTP 状态码。 |
200 |
| data |
array<object> |
返回数据对象 |
|
|
array<object> |
数据对象 |
||
| articleId |
string |
文章 ID |
0c05700d4d9411efbe6e0c42a106bb02 |
| target |
string |
练习目标 |
1.能够在自我介绍时运用句型“What's your name? My name is/I‘m...”进行询问及回答。\n2.能够和新朋友运用句型“Nice to meet you(too).”进行问候。 |
| questionList |
array<object> |
问答数据 |
|
|
object |
问题列表 |
||
| question |
string |
问题内容。 |
From the book, how does Mike Black introduce himself? |
| questionTranslate |
string |
问题内容翻译的结果 |
根据文章,迈克·布莱克是如何介绍自己的? |
| answer |
string |
问题对应的答案 |
I'm Mike Black |
| sceneList |
array<object> |
场景列表 |
|
|
object |
场景列表数据 |
||
| sceneId |
string |
场景 Id |
38cddd70509911efbe6e0c42a106bb02 |
| scene |
string |
场景描述 |
In the park, you introduce yourself to John and ask his name. |
| sceneImageList |
array |
当前场景相关图片 |
|
|
string |
图片地址 |
https://xxxxxxx/file_service/dialog/xxxxxx.png |
|
| sceneTranslate |
string |
||
| theme |
object |
主题信息 |
|
| themeName |
string |
主题名称 |
自我认知与提升 |
| themeTranslate |
string |
主题名称翻译内容 |
Self-awareness, self-management, self-improvement |
| themeImageList |
array |
当前主题相关图片 |
|
|
string |
图片地址 |
https://xxxxxxx/file_service/dialog/xxxxxx.png |
|
| topic |
object |
话题信息 |
|
| topicName |
string |
话题名称 |
打招呼与自我介绍 |
| topicTranslate |
string |
话题内容翻译 |
Greetings and self-introduction |
| topicImageList |
array |
当前话题相关图片 |
|
|
string |
图片地址 |
https://xxxxxxx/file_service/dialog/xxxxxx.png |
|
| sentenceList |
array<object> |
句子信息列表 |
|
|
object |
句子信息详情 |
||
| sentenceId |
string |
句子 Id |
4de677d2509811efbe6e0c42a106bb02 |
| sentenceText |
string |
句子文本信息 |
I'm Mike Black |
| sentenceAnalysis |
string |
句子分析,释义 |
主语 + be动词(am/is/are) + 姓名. |
| wordList |
array<object> |
单词信息列表 |
|
|
object |
单词信息详情 |
||
| wordId |
string |
单词 id |
a94df134ed8c11eebe6e0c42a106bb02 |
| wordText |
string |
单词文本 |
nice |
| wordAnalysis |
string |
单词释义 |
令人愉快的;友好的 |
示例
正常返回示例
JSON格式
{
"requestId": "xxxx-xxxx-xxxx-xxxxxxxx",
"success": true,
"errCode": "UNKNOWN_ERROR",
"errMessage": "未知错误",
"httpStatusCode": 200,
"data": [
{
"articleId": "0c05700d4d9411efbe6e0c42a106bb02",
"target": "1.能够在自我介绍时运用句型“What's your name? My name is/I‘m...”进行询问及回答。\\n2.能够和新朋友运用句型“Nice to meet you(too).”进行问候。",
"questionList": [
{
"question": "From the book, how does Mike Black introduce himself?",
"questionTranslate": "根据文章,迈克·布莱克是如何介绍自己的?",
"answer": "I'm Mike Black"
}
],
"sceneList": [
{
"sceneId": "38cddd70509911efbe6e0c42a106bb02",
"scene": "In the park, you introduce yourself to John and ask his name.",
"sceneImageList": [
"https://xxxxxxx/file_service/dialog/xxxxxx.png"
],
"sceneTranslate": ""
}
],
"theme": {
"themeName": "自我认知与提升",
"themeTranslate": "Self-awareness, self-management, self-improvement",
"themeImageList": [
"https://xxxxxxx/file_service/dialog/xxxxxx.png"
]
},
"topic": {
"topicName": "打招呼与自我介绍",
"topicTranslate": "Greetings and self-introduction",
"topicImageList": [
"https://xxxxxxx/file_service/dialog/xxxxxx.png"
]
},
"sentenceList": [
{
"sentenceId": "4de677d2509811efbe6e0c42a106bb02",
"sentenceText": "I'm Mike Black",
"sentenceAnalysis": "主语 + be动词(am/is/are) + 姓名."
}
],
"wordList": [
{
"wordId": "a94df134ed8c11eebe6e0c42a106bb02",
"wordText": "nice",
"wordAnalysis": "令人愉快的;友好的"
}
]
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。