POST api/v1/Exam/Start?examName={examName}

开始考试

Request Information

Parameters

NameDescriptionAdditional 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": "619769c0ca164bf194fc8c8ceb5e6f28",
  "appOwnerId": 0
}