更新时间:2020-08-19 10:54
调用地址:https://api-rpa.aliyun.com/rpa/openapi/app/queryMyApps
调用方式:GET
返回类型:JSON
接口说明:获取用户已获取的应用列表
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
name | String | 否 | TestAPP1 | 应用名称 |
currentPage | Integer | 否 | 1 | 页码,默认第一页 |
pageSize | Integer | 否 | 1 | 每页显示记录数 |
返回参数公共字段请查阅返回结果,返回参数中的 data
字段说明如下:
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
uuid | String | fb6a99a1-d8bd-46ee-8bed-2ed9cb5a0c0d | 应用UUID |
name | String | TestAPP1 | 应用名称 |
catId | String | d296df85-70b2-11ea-933e-0242ac120004 | 应用分类ID |
catName | String | 数据处理 | 应用分类名称 |
creator | String | 93bf42a1-6e65-4912-98b2-4d5ec0e6260a | 应用创建者UUID |
creatorName | String | ss-test | 应用创建者账号 |
creatorNickName | String | 超级管理员 | 应用创建者昵称 |
introduction | String | TestAPP1 | 应用简介 |
iconUrl | String | Icon url | |
status | String | publish | 应用在市场的状态 |
version | String | 1.4.4 | 最新版本 |
groupId | String | b8e097d8-605c-47cf-a5a3-db5d13f8b4ca | 企业唯一标识符 |
fromType | String | project | 应用来源 |
请求示例:
https:///api-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":[
{
"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":1,
"limit":1,
"offset":0
}
}
在文档使用中是否遇到以下问题
更多建议
匿名提交