测试计划 CODEARTS TESTPLAN-根据条件分页获取脑图对象:请求参数

时间:2024-06-28 14:24:07

请求参数

表2 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。 通过调用 IAM 服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

最小长度:1

最大长度:100000

表3 请求Body参数

参数

是否必选

参数类型

描述

params

MindmapPageParam object

脑图分页查询参数

表4 MindmapPageParam

参数

是否必选

参数类型

描述

offset

Integer

起始偏移量,表示从此偏移量开始查询,offset大于等于0,小于等于100000

最小值:0

最大值:100000

limit

Integer

每页显示的条目数量,最大支持200条

最小值:1

最大值:200

name

String

脑图名称

id_collection

Array of strings

主键集合id

folder_id_collection

Array of strings

目录id

project_id

String

项目id

folder_root_id

String

根目录id

branch_uri

String

分支uri

iterator_uri

String

计划uri

is_master

Integer

是否基线

creator_name_collection

Array of strings

创建者名称集合

updater_name_collection

Array of strings

更新人名称集合

support.huaweicloud.com/api-testman/ShowMindmapByPageV3.html