GET api/OrderExam?openid={openid}&timeStamp={timeStamp}&sign={sign}&NowQuestions={NowQuestions}&IsNext={IsNext}&IsRight={IsRight}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| timeStamp | integer |
Required |
|
| sign | string |
Required |
|
| NowQuestions | integer |
Required |
|
| IsNext | boolean |
Required |
|
| IsRight | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrderExamInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| rescode | integer |
None. |
|
| QuestionsCount | integer |
None. |
|
| QuestionsID | integer |
None. |
|
| RightNum | integer |
None. |
|
| ErrNum | integer |
None. |
|
| Questions | QuestionsInfo |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"rescode": 1,
"QuestionsCount": 2,
"QuestionsID": 3,
"RightNum": 4,
"ErrNum": 5,
"Questions": {
"ExaminationCount": "sample string 1",
"Answer": [
{
"AnswerContent": "sample string 1",
"IsRight": true
},
{
"AnswerContent": "sample string 1",
"IsRight": true
}
],
"Problems": "sample string 2",
"ProblemsNum": 3,
"IsCaseProblem": true,
"QuestionsContent": "sample string 5",
"CaseProblemContent": "sample string 6"
}
},
{
"rescode": 1,
"QuestionsCount": 2,
"QuestionsID": 3,
"RightNum": 4,
"ErrNum": 5,
"Questions": {
"ExaminationCount": "sample string 1",
"Answer": [
{
"AnswerContent": "sample string 1",
"IsRight": true
},
{
"AnswerContent": "sample string 1",
"IsRight": true
}
],
"Problems": "sample string 2",
"ProblemsNum": 3,
"IsCaseProblem": true,
"QuestionsContent": "sample string 5",
"CaseProblemContent": "sample string 6"
}
}
]