Retrieving Certify Results from a Saved Query ID with Certify Results API Swagger

With Certify Results API Swagger, you can retrieve Certify results from a query ID that you created in Certify Results API.

To retrieve Certify results from a saved query ID:

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. Go back to Certify Results API.
  5. Click the Main Menu button in Certify Results API and select Query.
  6. Click the Manage Queries tab.
  7. To copy a query ID, click the Copy Token to Clipboard button next to the query you want to use in Swagger.
  8. Go back to Certify Results API Swagger.
  9. Click the second GET method to expand the operations.

  1. From the Response Content Type drop-down list, select application/json.
  2. In the queryID field, paste the query ID that you created in Certify Results API.
  1. In the Response Messages section, click the Try it out! button to test the query.

    The Results Query is created.

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

 

Related Topics Link IconRelated Topics