GET api/docs/M_Course?paperId={paperId}&questionTypes={questionTypes}&accessKey={accessKey}&secretKey={secretKey}

试卷指定类型的试题数

Request Information

Parameters

NameDescriptionAdditional information
paperId
试卷id

Define this parameter in the request URI.

questionTypes
问题类型

Define this parameter in the request URI.

accessKey
accessKey

Define this parameter in the request URI.

secretKey
secretKey

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4",
  "sample string 5": "sample string 6"
}

text/javascript

Sample:
{"sample string 1":"sample string 2","sample string 3":"sample string 4","sample string 5":"sample string 6"}