Test Applet By Version and Test Identifier
GET {{baseUrl}}/v1/applet/:appletUid/version/:appletVersion/test/:testIdentifier
Get content from one applet version test of applet by appletUid , appletVersion and testIdentifier.
Applet tests allow you to test the functionality and performance of your applets automatically.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
appletUid | string | required | Unique applet identification |
appletVersion | string (semver) | required | Version of your Applet, e.g. 1.0.12 |
testIdentifier | string | required | Name of the test suite |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-auth | string | Authorization key and token | |
Accept | string |
RESPONSES
status: OK
{}