调用地址:console-rpa.aliyun.com/rpa/openapi/app/queryMyApps
调用方式:GET
返回类型:JSON
接口说明:获取用户有权限使用应用的列表
请求参数
名称  | 类型  | 是否必选  | 示例值  | 描述  | 
name  | String  | 否  | TestAPP1  | 应用名称  | 
currentPage  | Integer  | 否  | 1  | 页码,默认第一页  | 
pageSize  | Integer  | 否  | 1  | 每页显示记录数  | 
返回参数
返回参数公共字段请查阅返回结果,返回参数中的 data 字段说明如下:
名称  | 类型  | 示例值  | 描述  | 
catId  | String  | d296df85-70b2-11ea-933e-0242ac120004  | 应用类型唯一标识符  | 
creator  | String  | c797b7d8-f99c-41b1-9016-7c0277d731ff  | |
fromType  | String  | project  | |
catName  | String  | 数据处理  | 应用分类名称  | 
name  | String  | 示例应用名  | 应用名称  | 
marketStatus  | String  | publish  | 应用在市场的状态  | 
iconUrl  | String  | null  | 图标url  | 
params  | String  | [{ "isMandatory": false, "description": "", "type": 0, "name": "test", "default": "", "value": "" }]  | 应用入参  | 
uuid  | String  | de6f8980-f6cc-48d7-aac8-3b0090c2d12f  | 应用唯一标识符  | 
version  | String  | 0.1.0  | 应用版本号  | 
introduction  | String  | 示例介绍  | 应用介绍  | 
示例
请求示例:
https:///console-rpa.aliyun.com/rpa/openapi/app/queryMyApps?<公共请求参数>
&name=ITDA-D-22633726
¤tPage=1
&pageSize=1返回示例:
{
    "requestId":"d1144670-8d20-49fb-b019-16e2ec7c19d5",
    "success":true,
    "code":0,
    "msg":"调用成功",
    "msgCode":"result.success",
    "data":[
        {
            "catId":"d296df85-70b2-11ea-933e-0242ac120004",
            "creator":"c797b7d8-f99c-41b1-9016-7c0277d731ff",
            "fromType":"project",
            "catName":"数据处理",
            "name":"示例应用名",
            "marketStatus":"publish",
            "iconUrl":"null",
            "params":[{ "isMandatory": false, "description": "", "type": 0, "name": "test", "default": "", "value": "" }],
            "uuid":"de6f8980-f6cc-48d7-aac8-3b0090c2d12f",
            "version":"0.1.0",
            "introduction":"示例介绍",
        }
    ],
    "pager":{
        "currentPage":1,
        "totalPage":1,
        "pageSize":1,
        "total":1,
        "limit":1,
        "offset":0
    }
}该文章对您有帮助吗?