Skip to content

ReportContent

Unified Query Entry for Report Content - Provides a centralized entry point for querying all types of report content within the system.


Query the content of report or record

GET
/api/v1/report/{reportId}/wide/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of task sprint report or record

GET
/api/v1/report/{reportId}/taskSprint/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of task report or record

GET
/api/v1/report/{reportId}/task/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of services testing report or record

GET
/api/v1/report/{reportId}/servicesTesting/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of scenario testing report or record

GET
/api/v1/report/{reportId}/scenarioTesting/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of project progress report or record

GET
/api/v1/report/{reportId}/projectProgress/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of testing report report or record

GET
/api/v1/report/{reportId}/funcPlan/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of testing case report or record

GET
/api/v1/report/{reportId}/funcCase/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the content of apis testing report or record

GET
/api/v1/report/{reportId}/apisTesting/content

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

reportId*

Report id

类型integer
必填
format"int64"

查询参数

recordId

Report record id

类型integer
format"int64"

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.