All Test Manager API calls are made using HTTP methods to the Test Manager URL.
The Test Manager URL has the following syntax template:
- Base URL +
/{organization_name}/{tenant-name}/testmanager_/
.
The base URL is composed as follows:
- Base URL = protocol +
://
+ hostname, for examplehttps://YourServer.com
.
The host name is the one set at installation.
It is recommended to encrypt the data you send via API calls, by using the
https
protocol.
Updated 2 months ago