Skip to main content

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

    project_id integerrequired
    tr_id integerrequired

    The id of the testrun to export

    lang string

    The locale used to format date/time values

Responses

Returns 'ExportExcelResult'

Schema

    string

Loading...