GET api/courses/loadsign?id={id}
加载已报名学员
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
加载已报名学员
JsonRtnDtoOfListOfUserCourseName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Collection of UserCourse |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": [ { "CourseId": "c7b3c896-bd25-423d-843c-ee4a628ab8fd", "StudentId": "sample string 2", "LearnLength": 3, "CreatedTime": "2024-09-25T00:06:02.5465014+08:00" }, { "CourseId": "c7b3c896-bd25-423d-843c-ee4a628ab8fd", "StudentId": "sample string 2", "LearnLength": 3, "CreatedTime": "2024-09-25T00:06:02.5465014+08:00" } ] }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":[{"CourseId":"c7b3c896-bd25-423d-843c-ee4a628ab8fd","StudentId":"sample string 2","LearnLength":3,"CreatedTime":"2024-09-25T00:06:02.5465014+08:00"},{"CourseId":"c7b3c896-bd25-423d-843c-ee4a628ab8fd","StudentId":"sample string 2","LearnLength":3,"CreatedTime":"2024-09-25T00:06:02.5465014+08:00"}]}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfUserCoursemEDjlcEG 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:UserCourse> <d2p1:CourseId>c7b3c896-bd25-423d-843c-ee4a628ab8fd</d2p1:CourseId> <d2p1:CreatedTime>2024-09-25T00:06:02.5465014+08:00</d2p1:CreatedTime> <d2p1:LearnLength>3</d2p1:LearnLength> <d2p1:StudentId>sample string 2</d2p1:StudentId> </d2p1:UserCourse> <d2p1:UserCourse> <d2p1:CourseId>c7b3c896-bd25-423d-843c-ee4a628ab8fd</d2p1:CourseId> <d2p1:CreatedTime>2024-09-25T00:06:02.5465014+08:00</d2p1:CreatedTime> <d2p1:LearnLength>3</d2p1:LearnLength> <d2p1:StudentId>sample string 2</d2p1:StudentId> </d2p1:UserCourse> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfUserCoursemEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"CourseId":"c7b3c896-bd25-423d-843c-ee4a628ab8fd","StudentId":"sample string 2","LearnLength":3,"CreatedTime":"2024-09-25T00:06:02.5465014+08:00"},{"CourseId":"c7b3c896-bd25-423d-843c-ee4a628ab8fd","StudentId":"sample string 2","LearnLength":3,"CreatedTime":"2024-09-25T00:06:02.5465014+08:00"}]});