GET api/courses/getlearnproccess?courseId={courseId}
课程进度
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
courseId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
课程进度
JsonRtnDtoOfListOfUserLearnCourseProcName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Collection of UserLearnCourseProc |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": [ { "CourseId": "2b600175-8cde-4d8f-9402-1965da2c2711", "CatalogID": 2, "StudentID": "sample string 3", "Process": 4, "TotalLenth": 5, "IsCommplated": true, "LastUpdatedTime": "2024-09-25T00:06:53.5819926+08:00" }, { "CourseId": "2b600175-8cde-4d8f-9402-1965da2c2711", "CatalogID": 2, "StudentID": "sample string 3", "Process": 4, "TotalLenth": 5, "IsCommplated": true, "LastUpdatedTime": "2024-09-25T00:06:53.5819926+08:00" } ] }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":[{"CourseId":"2b600175-8cde-4d8f-9402-1965da2c2711","CatalogID":2,"StudentID":"sample string 3","Process":4,"TotalLenth":5,"IsCommplated":true,"LastUpdatedTime":"2024-09-25T00:06:53.5819926+08:00"},{"CourseId":"2b600175-8cde-4d8f-9402-1965da2c2711","CatalogID":2,"StudentID":"sample string 3","Process":4,"TotalLenth":5,"IsCommplated":true,"LastUpdatedTime":"2024-09-25T00:06:53.5819926+08:00"}]}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfUserLearnCourseProcmEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:UserLearnCourseProc> <d2p1:CatalogID>2</d2p1:CatalogID> <d2p1:CourseId>2b600175-8cde-4d8f-9402-1965da2c2711</d2p1:CourseId> <d2p1:IsCommplated>true</d2p1:IsCommplated> <d2p1:LastUpdatedTime>2024-09-25T00:06:53.5819926+08:00</d2p1:LastUpdatedTime> <d2p1:Process>4</d2p1:Process> <d2p1:StudentID>sample string 3</d2p1:StudentID> <d2p1:TotalLenth>5</d2p1:TotalLenth> </d2p1:UserLearnCourseProc> <d2p1:UserLearnCourseProc> <d2p1:CatalogID>2</d2p1:CatalogID> <d2p1:CourseId>2b600175-8cde-4d8f-9402-1965da2c2711</d2p1:CourseId> <d2p1:IsCommplated>true</d2p1:IsCommplated> <d2p1:LastUpdatedTime>2024-09-25T00:06:53.5819926+08:00</d2p1:LastUpdatedTime> <d2p1:Process>4</d2p1:Process> <d2p1:StudentID>sample string 3</d2p1:StudentID> <d2p1:TotalLenth>5</d2p1:TotalLenth> </d2p1:UserLearnCourseProc> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfUserLearnCourseProcmEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"CourseId":"2b600175-8cde-4d8f-9402-1965da2c2711","CatalogID":2,"StudentID":"sample string 3","Process":4,"TotalLenth":5,"IsCommplated":true,"LastUpdatedTime":"2024-09-25T00:06:53.5819926+08:00"},{"CourseId":"2b600175-8cde-4d8f-9402-1965da2c2711","CatalogID":2,"StudentID":"sample string 3","Process":4,"TotalLenth":5,"IsCommplated":true,"LastUpdatedTime":"2024-09-25T00:06:53.5819926+08:00"}]});