GET wise/view/{viewtype}?code={code}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
viewtype
“viewtype”的文档。

Define this parameter in the request URI.

code
“code”的文档。

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"
  },
  {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4",
    "sample string 5": "sample string 6"
  },
  {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4",
    "sample string 5": "sample string 6"
  }
]