GET /testrepository/{projectKey}/folders/{folderId}

Retrieves information about a given Test Repository folder.
The response will contain all information related to that folder, e.g., id, name, tests count and direct children folder ids.

Servers

Path parameters

Name Type Required Description
folderId Integer Yes

The folder id."-1" corresponds to the root folder of the Test Repository

projectKey String Yes

The project key

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.