Export data as Excel XSLX
GET/export/testrun/xlsx
Export data as Excel XSLX based on the supplied parameters. Must include a project id (project_id) and a testrun id (tr_id).
Request
Query Parameters
The id of the testrun to export
The locale used to format date/time values
Responses
- 200
- 4XX
- 5XX
Returns 'ExportExcelResult'
- application/json
- Schema
Schema
string
The request failed because invalid request parameters or data were supplied or access was denied.
- application/json
- Schema
- Example (from schema)
Schema
The error code describing the general error category.
API_INVALID_INPUT_DATA
The HTTP status code.
The actual error message describing the error in more detail.
The request id for following up on specific errors.
{
"code": "API_INVALID_INPUT_DATA",
"status": 0,
"message": "string",
"reqid": "string"
}
The request failed because an error occurred during processing of the request.
- application/json
- Schema
- Example (from schema)
Schema
The error code describing the general error category.
API_INVALID_INPUT_DATA
The HTTP status code.
The actual error message describing the error in more detail.
The request id for following up on specific errors.
{
"code": "API_INVALID_INPUT_DATA",
"status": 0,
"message": "string",
"reqid": "string"
}