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
- https://sandbox.xpand-it.com/rest/raven/2.0/api
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.