POST api/v1/Exam/Start?examName={examName}
开始考试
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| examName | 考试名称 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": {
"examId": 1
},
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "b7edc16b304c47d4adc1d6863b9b0a1f",
"appOwnerId": 0
}