GET api/M_Statistics/GetArchivesListAndCourse?userId={userId}&accessKey={accessKey}&secretKey={secretKey}
学习档案年度以及年度下所有课程详情列表
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userId | 用户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":{}}]