DataParameterization
Data Parameterization Preview - Dedicated access for previewing parameterized data values during test configuration
Preview the variables and datasets values of API, API_CASE, SCENARIO
GET
/api/v1/target/{targetId}/{targetType}/parameter/data/value
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
targetId*
Target id
类型integer
必填format
"int64"
targetType*
Target type, allowable values: API, API_CASE, SCENARIO
类型string
必填响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}