GET api/M_Learn/CourseListByStatus?uid={uid}&learnStatus={learnStatus}&pageIndex={pageIndex}&accessKey={accessKey}&secretKey={secretKey}&pageSize={pageSize}
通过学习状态获取课程列表(0:未开始的课程;1:学习中的课程;2:已学完的课程)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
uid | 用户id |
Define this parameter in the request URI. |
learnStatus | 学习状态 |
Define this parameter in the request URI. |
pageIndex | 页码 |
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. |
pageSize | 每页显示条数 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json, text/javascript
Sample:
Sample not available.