GET dataStatistics

查询数据量统计数据

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

查询数据量统计数据

ResponseModelOfDataStatistics
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

DataStatistics

None.

Datas

ResponseDataListModelOfDataStatistics

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": {
    "id": 1,
    "apiCount": 1.0,
    "creditQuery": 1.0,
    "flowQuery": 1.0,
    "webpageRowse": 1.0
  },
  "datas": {
    "total": 1,
    "data": [
      {
        "id": 1,
        "apiCount": 1.0,
        "creditQuery": 1.0,
        "flowQuery": 1.0,
        "webpageRowse": 1.0
      },
      {
        "id": 1,
        "apiCount": 1.0,
        "creditQuery": 1.0,
        "flowQuery": 1.0,
        "webpageRowse": 1.0
      }
    ]
  }
}