GET Search?type={type}&keyword={keyword}&pageindex={pageindex}&pagesize={pagesize}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
type
“type”的文档。

Define this parameter in the request URI.

keyword
“keyword”的文档。

Define this parameter in the request URI.

pageindex
“pageindex”的文档。

Define this parameter in the request URI.

pagesize
“pagesize”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Data": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "Time": "sample string 3"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Time": "sample string 3"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Time": "sample string 3"
    }
  ],
  "Count": 3
}