文档

queryMyApps

更新时间:

调用地址:api-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:///api-rpa.aliyun.com/rpa/openapi/app/queryMyApps?<公共请求参数>
&name=ITDA-D-22633726
&currentPage=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
    }
}

  • 本页导读 (0)
文档反馈