GET /dataset/export

Retrieves a CSV file with the dataset information.
The response will contain all information related to the dataset, e.g., parameters and values.

Servers

Query parameters

Name Type Required Description
contextIssueKey String No

The key of the context issue (Test Plan or Test Execution)

testIssueKey String No

The key of the test issue

testVersion String No

A test version

testIssueId String No

The id of the test issue

contextIssueId String No

The id of the context issue (Test Plan or Test Execution)

resolved String No

A flag indicating of the dataset must be resolved or not for a given level (true by default)

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.