Detailed documentation on QMetry REST API provides all the details a developer would need for each API call that is supported with code samples available in javascript, node.js, curl, C#, python, ruby, and php.

The QMetry API tool is available to those QMetry users who have purchased the QMetry Open API app and requested the API tool from the QMetry Support team. Once you receive the QMetry REST API documentation link from the QMetry Support Team, follow this document.


Overview of QMetry Open API Documentation

Open the QMetry REST API documentation link to view and try all APIs.

The main page of API documentation shows Grouping of APIs.



Generate Open API Key

QMetry authenticates all the REST API requests using API Key. API Key can be generated from QMetry Test Management, go to Integration > Open API.



Benefits of using QMetry API tool


Grouping of APIs

You can see the groups of APIs listed on the panel at left. Just click on the section you want to view and use the APIs of. The section is expanded on the left as well as on the right panel showing APIs under it.

To access an example of a particular API, click on it in the right panel.


For example,

You want to use API of Create/Update Test Case.

  1. Expand the Test Case API group on the panel at left and select Create/Update API.
  2. On the right panel, again click on the Create API. It displays relevant Example on the third panel.



Understanding the Example

The Example panel displays corresponding details of the selected API.





Additional Body Parameters

To see additional parameters to be passed in request body click on 'SHOW JSON SCHEMA'. 




Try Live Example

If you want to try a live example of API, click on the Try button for the API request.



The console view switches to Example.





As this is a live example, the API will run directly on your QMetry instance.

You can see the API Call response.



You can see the corresponding impact in the QMetry instance.

Here, we've tested Create Test Case API. A new test case is created in QMetry.