调用地址:console-rpa.aliyun.com/rpa/openapi/app/queryApps
调用方式:GET
返回类型:JSON
接口说明:获取应用列表
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
appName | String | 否 | TestAPP1 | app名称 |
appMarketStatus | String | 否 | publish | |
appMarketSource | String | 否 | project | |
currentPage | Integer | 否 | 1 | 页码,默认第一页 |
pageSize | Integer | 否 | 1 | 每页显示记录数 |
返回参数
返回参数公共字段请查阅返回结果,返回参数中的 data
字段说明如下:
名称 | 类型 | 示例值 | 描述 |
uuid | String | fb6a99a1-d8bd-46ee-8bed-2ed9cb5a0c0d | 应用唯一标识符 |
name | String | TestAPP1 | 应用名称 |
catId | String | d296df85-70b2-11ea-933e-0242ac120004 | 应用类型Id |
catName | String | 数据处理 | 应用类型名称 |
creator | String | 93bf42a1-6e65-4912-98b2-4d5ec0e6260a | 创建者 |
creatorName | String | ss-test | 创建者账号 |
creatorNickName | String | 超级管理员 | 创建者昵称 |
introduction | String | TestAPP1 | 应用介绍 |
iconUrl | String | 图标url | |
status | String | publish | |
version | String | 1.4.4 | 版本号 |
groupId | String | b8e097d8-605c-47cf-a5a3-db5d13f8b4ca | 企业唯一标识符 |
fromType | String | project |
示例
请求示例:
https://console-rpa.aliyun.com/rpa/openapi/app/queryApps?<公共请求参数>
&appName=TestAPP1
&appMarketStatus=publish
&appMarketSource=project
¤tPage=1
&pageSize=1
返回示例:
{
"requestId":"41e05db4-3bfc-4a67-9931-c3371c2e048d",
"success":true,
"code":0,
"msg":"调用成功",
"msgCode":"result.success",
"data":[
{
"uuid":"fb6a99a1-d8bd-46ee-8bed-2ed9cb5a0c0d",
"name":"TestAPP1",
"catId":"d296df85-70b2-11ea-933e-0242ac120004",
"catName":"数据处理",
"creator":"93bf42a1-6e65-4912-98b2-4d5ec0e6260a",
"creatorName":"ss-test",
"creatorNickName":"超级管理员",
"introduction":"TestAPP1",
"iconUrl":"",
"status":"publish",
"version":"1.4.4",
"groupId":"b8e097d8-605c-47cf-a5a3-db5d13f8b4ca",
"fromType":"project"
}
],
"pager":{
"currentPage":1,
"totalPage":1,
"pageSize":1,
"total":0,
"limit":1,
"offset":0
}
}
文档内容是否对您有帮助?