GET api/M_Statistics/GetCertificateList?userId={userId}&accessKey={accessKey}&secretKey={secretKey}

获得证书的课程列表

Request Information

Parameters

NameDescriptionAdditional information
userId
用户id

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:
[
  {
    "System.Object": {}
  },
  {
    "System.Object": {}
  },
  {
    "System.Object": {}
  }
]

text/javascript

Sample:
[{"System.Object":{},"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{},"System.Object":{}}]