POST xuner/bi/datascreen/getCustomerWarninglist

21、客户预警列表

请求信息

URI 参数

无。

Body 参数

DataScreenGetCustomerWarningRequest
名称描述类型附加信息
typeid

类型id

string

无。

Days

天数

string

无。

currency

通用

string

无。

pageNum

取第几页的数据

integer

无。

PageSize

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "typeid": "sample string 1",
  "Days": "sample string 2",
  "currency": "sample string 3",
  "pageNum": 4,
  "PageSize": 5
}

响应信息

资源描述

21、客户预警列表

gXopResponseOfListOfCustomerWarningList
名称描述类型附加信息
data

Collection of CustomerWarningList

无。

desc

错误信息

string

无。

result

响应代码 1 成功 1011 令牌失效 0或其它 请求错误

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "id": "sample string 1",
      "contentname": "sample string 2",
      "attributename": "sample string 3",
      "type": "sample string 4",
      "ParameterOne": "sample string 5",
      "ParameterTwo": "sample string 6",
      "order": "sample string 7",
      "address": "sample string 8",
      "Parametercount": "sample string 9",
      "see": "sample string 10",
      "a": "sample string 11",
      "b": "sample string 12",
      "num": 13
    },
    {
      "id": "sample string 1",
      "contentname": "sample string 2",
      "attributename": "sample string 3",
      "type": "sample string 4",
      "ParameterOne": "sample string 5",
      "ParameterTwo": "sample string 6",
      "order": "sample string 7",
      "address": "sample string 8",
      "Parametercount": "sample string 9",
      "see": "sample string 10",
      "a": "sample string 11",
      "b": "sample string 12",
      "num": 13
    }
  ],
  "desc": "sample string 1",
  "result": 2
}