GET api/M_Course/GetAllPostList?courseId={courseId}&pageIndex={pageIndex}&pageSize={pageSize}&accessKey={accessKey}&secretKey={secretKey}

获取课程下所有的主题帖列表。 MediaType(0: 文本; 1: 语音)为1时,Description中存储是的语音文件的URL。

Request Information

Parameters

NameDescriptionAdditional information
courseId
课程Id

Define this parameter in the request URI.

pageIndex
页码(从1开始)

Define this parameter in the request URI.

pageSize
每页显示的数据条数

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, text/javascript

Sample:

Sample not available.