GET api/exam/find?examId={examId}
加载习题
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
examId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
加载习题
JsonRtnDtoOfExamName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Exam |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "PubId": "a7d89ca4-eaa7-4dc2-b351-067221cb4294", "Title": "sample string 1", "CourseId": "38ce6672-432f-4a3b-89a4-c3779a603138", "CatalogId": 1, "TestType": 3, "Description": "sample string 4", "LengthTime": 5, "Disorder": true, "MaxAttempt": true, "IsPublish": true, "PublishState": 1, "ExamTest": [ { "ReTestId": "e28502ab-dbbe-4c2b-bf99-12a65c0e0a34", "ExamId": "05dff171-fb27-4b78-ab55-85fbfdab1b91" }, { "ReTestId": "e28502ab-dbbe-4c2b-bf99-12a65c0e0a34", "ExamId": "05dff171-fb27-4b78-ab55-85fbfdab1b91" } ], "Id": "69f140ce-fc77-4411-9007-2197a3d2b253", "CreatedTime": "2024-09-25T00:09:15.1407024+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:15.1407024+08:00" } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"PubId":"a7d89ca4-eaa7-4dc2-b351-067221cb4294","Title":"sample string 1","CourseId":"38ce6672-432f-4a3b-89a4-c3779a603138","CatalogId":1,"TestType":3,"Description":"sample string 4","LengthTime":5,"Disorder":true,"MaxAttempt":true,"IsPublish":true,"PublishState":1,"ExamTest":[{"ReTestId":"e28502ab-dbbe-4c2b-bf99-12a65c0e0a34","ExamId":"05dff171-fb27-4b78-ab55-85fbfdab1b91"},{"ReTestId":"e28502ab-dbbe-4c2b-bf99-12a65c0e0a34","ExamId":"05dff171-fb27-4b78-ab55-85fbfdab1b91"}],"Id":"69f140ce-fc77-4411-9007-2197a3d2b253","CreatedTime":"2024-09-25T00:09:15.1407024+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:15.1407024+08:00"}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfExammEDjlcEG 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:CreatedTime>2024-09-25T00:09:15.1407024+08:00</d2p1:CreatedTime> <d2p1:Id>69f140ce-fc77-4411-9007-2197a3d2b253</d2p1:Id> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:LastUpdatedTime>2024-09-25T00:09:15.1407024+08:00</d2p1:LastUpdatedTime> <d2p1:CatalogId>1</d2p1:CatalogId> <d2p1:CourseId>38ce6672-432f-4a3b-89a4-c3779a603138</d2p1:CourseId> <d2p1:Description>sample string 4</d2p1:Description> <d2p1:Disorder>true</d2p1:Disorder> <d2p1:ExamTest> <d2p1:ExamTest> <d2p1:ExamId>05dff171-fb27-4b78-ab55-85fbfdab1b91</d2p1:ExamId> <d2p1:ReTestId>e28502ab-dbbe-4c2b-bf99-12a65c0e0a34</d2p1:ReTestId> </d2p1:ExamTest> <d2p1:ExamTest> <d2p1:ExamId>05dff171-fb27-4b78-ab55-85fbfdab1b91</d2p1:ExamId> <d2p1:ReTestId>e28502ab-dbbe-4c2b-bf99-12a65c0e0a34</d2p1:ReTestId> </d2p1:ExamTest> </d2p1:ExamTest> <d2p1:IsPublish>true</d2p1:IsPublish> <d2p1:LengthTime>5</d2p1:LengthTime> <d2p1:MaxAttempt>true</d2p1:MaxAttempt> <d2p1:PubId>a7d89ca4-eaa7-4dc2-b351-067221cb4294</d2p1:PubId> <d2p1:PublishState>未发布</d2p1:PublishState> <d2p1:TestType>3</d2p1:TestType> <d2p1:Title>sample string 1</d2p1:Title> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfExammEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"PubId":"a7d89ca4-eaa7-4dc2-b351-067221cb4294","Title":"sample string 1","CourseId":"38ce6672-432f-4a3b-89a4-c3779a603138","CatalogId":1,"TestType":3,"Description":"sample string 4","LengthTime":5,"Disorder":true,"MaxAttempt":true,"IsPublish":true,"PublishState":1,"ExamTest":[{"ReTestId":"e28502ab-dbbe-4c2b-bf99-12a65c0e0a34","ExamId":"05dff171-fb27-4b78-ab55-85fbfdab1b91"},{"ReTestId":"e28502ab-dbbe-4c2b-bf99-12a65c0e0a34","ExamId":"05dff171-fb27-4b78-ab55-85fbfdab1b91"}],"Id":"69f140ce-fc77-4411-9007-2197a3d2b253","CreatedTime":"2024-09-25T00:09:15.1407024+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:15.1407024+08:00"}});