Perfomatic:API: Difference between revisions

Line 59: Line 59:
     ]
     ]
  }
  }
* '''/api/testrun/''testRunId''''' - returns test run information for a specific testRunId
* '''/api/test/''testid''/runs/''testRunId''''' - returns test run information for a specific testRunId
** Example response
** Example response
  {
  {
Line 82: Line 82:
  }
  }


* '''/api/testrun/''testRunId''/values''' - returns test run results for a specific testRunId
* '''/api/test/''testid''/runs/''testRunId''/values''' - returns test run results for a specific testRunId
** Example response
** Example response
  {
  {
975

edits