GET api/M_Course/GetAnswerRecord2?userId={userId}&courseClassId={courseClassId}&courseId={courseId}&chapterId={chapterId}&paperId={paperId}&accessKey={accessKey}&secretKey={secretKey}
获取答题记录(2)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId | 用户id |
Define this parameter in the request URI. |
courseClassId | 班次id |
Define this parameter in the request URI. |
courseId | 课程id |
Define this parameter in the request URI. |
chapterId | 章节id |
Define this parameter in the request URI. |
paperId | 试卷id |
Define this parameter in the request URI. |
accessKey | accessKey |
Define this parameter in the request URI. |
secretKey | secretKey |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "System.Object": {} }, { "System.Object": {} }, { "System.Object": {} } ]
text/javascript
Sample:
[{"System.Object":{},"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{},"System.Object":{}}]