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": "5295df39c8344d81a1283b91dd432367",
"appOwnerId": 0
}