Retrieve Certify Step Results with Certify Results API Swagger

With Certify Results API Swagger, you can retrieve Certify step results with the third GET method. This GET method retrieves failed and/or aborted steps for a specified project.

To retrieve Certify step results:

Before you open Certify Results API Swagger, you need to open Certify Results API to get your token and query ID.

  1. Open Certify Results API on your Certify Services server with the following URL address:

    http://<servername>/CertifyResultsAPI

  2. Using your Worksoft Management Studio credentials, enter your credentials and click Login.

    Certify Results API opens.

  3. Click the Manage Tokens tab.

  4. Click the Copy Token to Clipboard button next to the token that you want to use in Swagger.
  1. Open Certify Results API Swagger through the following URL address:

    http://<servername>/CertifyResultsAPI/swagger/ui/index

  2. In the api_key field, paste the token that you copied.
  3. Click Explore.
  4. Click the third GET method to expand the operations.

  1. In the Parameters section, type your project name in the projectName field.
  2. In the Parameters section, type your result folder name in the resultFolder field.
  3. If you want to filter your results, you can add additional parameters to your request, including status, dates, and attributes. These parameters are optional.
  4. In the includeobjects drop-down list, select True or False.
  1. In the Response Messages section, click the Try it out! button to test the query.

    The step results are created.

  2. Open the results in a reporting tool to visualize them.

 

Related Topics Link IconRelated Topics