跳到主要内容

获取测试用例库详细信息

GET 

/testcase/libraries/:libraryID

获取测试用例库详细信息

History​

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request​

Path Parameters

    libraryID stringrequired

    测试用例库ID

Query Parameters

    teamID stringrequired

    团队ID

Responses​

请求成功

Schema

    data

    object

    name string

    测试用例库名称

    id string

    测试用例库ID

    createTime integer

    测试用例库创建时间

    updateTime integer

    测试用例库更新时间

    stickToTop boolean

    测试用例库是否置顶

    testcaseFieldConfig

    object

    测试用例库字段配置信息

    name string

    测试用例库字段配置名称

    id string

    测试用例库配置ID

    result string

    本次请求结果,SUCCESS|FAIL

    errorCode string

    本次请求错误码

    errorMsg string

    本次请求错误信息

    errorData object

    本次请求错误元数据

Loading...