GET api/Exam/BeforeExamResult?ExaId={ExaId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ExaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfListOfExamLastViewName | Description | Type | Additional information |
---|---|---|---|
data | Collection of ExamLastView |
None. |
|
msg | string |
None. |
|
code | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "NType": 1, "SRemark": "sample string 2", "LisData": [ { "Id": "sample string 1", "NSort": 2, "IsDo": 3 }, { "Id": "sample string 1", "NSort": 2, "IsDo": 3 } ] }, { "NType": 1, "SRemark": "sample string 2", "LisData": [ { "Id": "sample string 1", "NSort": 2, "IsDo": 3 }, { "Id": "sample string 1", "NSort": 2, "IsDo": 3 } ] } ], "msg": "sample string 1", "code": 2, "total": 3 }
application/xml, text/xml
Sample:
<BaseResponseOfArrayOfExamLastViewwByyLw_Px xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>2</code> <msg>sample string 1</msg> <total>3</total> <data> <ExamLastView> <LisData> <QueData> <Id>sample string 1</Id> <IsDo>3</IsDo> <NSort>2</NSort> </QueData> <QueData> <Id>sample string 1</Id> <IsDo>3</IsDo> <NSort>2</NSort> </QueData> </LisData> <NType>1</NType> <SRemark>sample string 2</SRemark> </ExamLastView> <ExamLastView> <LisData> <QueData> <Id>sample string 1</Id> <IsDo>3</IsDo> <NSort>2</NSort> </QueData> <QueData> <Id>sample string 1</Id> <IsDo>3</IsDo> <NSort>2</NSort> </QueData> </LisData> <NType>1</NType> <SRemark>sample string 2</SRemark> </ExamLastView> </data> </BaseResponseOfArrayOfExamLastViewwByyLw_Px>