文档首页> 网络智能体> 数据集服务> API参考> 订阅和审批接口> 审批人员查看待审批或者已经审批的申请信息
更新时间:2022-05-07 GMT+08:00
分享

审批人员查看待审批或者已经审批的申请信息

功能介绍

审批人员查看待审批或者已经审批的申请信息。

URI

  • URI格式
    GET /softcomai/datalake/v1.0/approve
  • 参数说明

    无。

请求

  • 请求样例
    GET https://endpoint/softcomai/datalake/v1.0/approve?pageNum=1&pageSize=10&isPending=true
  • 参数说明

    参数名

    是否必选

    参数类型

    备注

    pageNum

    Integer

    当前页数。

    pagesize

    Integer

    每页显示条数。

    isPending

    Boolean

    • True:待审批。
    • False:已审批。

响应

  • 响应样例
    {
    "success": true,
    "returnData": {
    "page": {
    "currentPageNum": 1,
    "lastPageNum": 1,
    "totalPageNum": 1,
    "startRowIndex": 0,
    "gotoPageNum": 0,
    "pageSize": 10,
    "recordCount": 3
    },
    "dataList": [{
    "applyId": "20190414175932-1727061950",
    "applyType": "Subscription",
    "applyUser": "xxx",
    "applyUserId": "23123213",
    "approveUser": "yyy",
    "applyTime": "2019-04-14 17:59:32",
    "applyStatus": 1,
    "taskStatus": "unstart"
    }, {
    "applyId": "20190414191117-2106967991",
    "applyType": "Subscription",
    "applyUser": "xxx",
    "applyUserId": "312312312",
    "approveUser": "yyy",
    "applyTime": "2019-04-14 19:11:17",
    "applyStatus": 1,
    "taskStatus": "unstart"
    }
    ]
    }
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    String

    请求是否成功。

    returnData

    JSON

    加入购物车详情。

    applyId

    String

    申请单号。

    applyType

    String

    申请类型。

    applyUser

    String

    申请人员用户名。

    approveUser

    Stirng

    审批人员用户名。

    applyTime

    String

    申请时间。

    applyStatus

    Int

    申请状态:

    • 0:审批通过。
    • 大于0:审批中。
    • -1:审批被拒绝。

    taskStatus

    String

    下载或发布数据集的状态。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品