文档
测试

获取数据清洗信息

POST
http://192.168.100.109/apin/screen/catalogDataScreen/getCleanDateScope

接口描述

获取数据清洗指标信息

请求参数

参数名
类型
描述
必填
startDate
String
开始时间,转换为数值型,固定为2019年1月1日开始,格式:yyyy-MM-dd HH:mm:ss
必填
endDate
String
结束时间,转换为数值型,取值当天日期所对应的数值型。格式:yyyy-MM-dd HH:mm:ss
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果代码,1—成功,其他值为失败
必填
result
object
结果数据列表
必填
allTotal
object
数据清洗指标数据列表
必填
total
int
上报数据量
必填
successTotal
int
清洗成功数据量
必填
errorTotal
int
清洗异常数据量
必填

说明 / 示例

请求报文: { "startDate": 1585452510000, "endDate": 1588044510000 } 返回报文: { "code": 1, "result": { "total": { "total": 0, "successTotal": 0, "errorTotal": 0 }, "list": [], "graph": { "xData": [ "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27" ], "yData": [ { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 }, { "errorTotal": 0, "successTotal": 0, "total": 0 } ] } } }