风控资料上传列表

更新时间:2024-04-15 18:45:52

接口说明

获取风控资料上传列表

基本信息

请求方式: GET

请求路径:

https://prod.open-api.mysre.cn/private/check-api/check-data/list

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
pageSize query string 10 每页显示行数
page query string 1 第几页

请求示例

get /check-data/list?pageSize=10&page=1

返回成功示例

{
  "errcode": 0,
  "errmsg": "ok",
  "data": {
    "total": "517",
    "items": [
      {
        "id": "39f851a8-7e4c-f485-6e77-3e48f8c8787b",
        "title": "山海居广州公司-验证评分-自动1019-retesting审批2-1234567"
      },
      {
        "id": "39f894f7-742b-03ef-e5c7-7e7d55355e24",
        "title": "UI自动化测试项目-一期-tetetett-自动化专用集团级节点(勿动)-212121"
      },
      {
        "id": "39f884a2-de89-f07a-6182-4038b72f3e84",
        "title": "山海居广州公司-新增消息-retesting审批2-ddddd"
      },
      {
        "id": "39f851a8-7e4c-1226-1374-5be7eb8ff698",
        "title": "山海居广州公司-验证评分-自动1019-retesting审批2-retesting审批1"
      },
      {
        "id": "39f78a3d-fc17-0f9e-0c14-262c55e610f4",
        "title": "山海居-八期-0914-变更检查人(未开始)-retesting审批2-retesting审批1"
      },
      {
        "id": "39f84300-950c-1555-6c55-0b12dd3898cf",
        "title": "山海居广州公司-1016-33-retesting审批2-retesting审批1"
      },
      {
        "id": "39f79d2f-bd79-4def-1594-1b1fc9a8eba0",
        "title": "山海居-八期-0914bug-retesting审批2-retesting审批1"
      },
      {
        "id": "39f78a3d-fc17-a710-238c-50ac9e4a50a2",
        "title": "山海居-八期-0914-变更检查人(未开始)-retesting审批2-retesting审批2"
      },
      {
        "id": "39f851a8-7e4c-b8a1-8cb7-dd5d2bf2c445",
        "title": "山海居广州公司-验证评分-自动1019-retesting审批2-retesting审批2"
      },
      {
        "id": "39f84300-950c-3cf7-e993-2151b7ee2712",
        "title": "山海居广州公司-1016-33-retesting审批2-retesting审批2"
      }
    ]
  }
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number 错误码 0为正常返回
errmsg string 错误信息
data object 返回数据
data.total string 总条数
data.items array 上传风控资料任务数据
data.items.id string 上传风控资料任务id
data.items.title string 上传风控资料任务标题

失败返回示例

{
  "errcode": 400,
  "errmsg": "缺少或参数无效(数据不存在)",
  "data": []
}

返回参数说明(失败)

参数名 参数类型 描述

results matching ""

    No results matching ""