Perfomatic:API: Difference between revisions

Jump to navigation Jump to search
Line 2: Line 2:


===Documented endpoints===
===Documented endpoints===
* '''/tests/all''' - returns list of all tests
* '''/api/tests/all''' - returns list of all tests
** Example response:
** Example response:
  {
  {
Line 23: Line 23:
     ]
     ]
  }
  }
* '''/tests/'''''testId'' - returns information for a specific testId
* '''/api/tests/'''''testId'' - returns information for a specific testId
** Example response:
** Example response:
  {
  {
Line 35: Line 35:
  }
  }
                  
                  
* '''/tests/runs/'''''testId'' - returns test runs for a specific testId, default date limit is 4 weeks, sorted by date descending
* '''/api/tests/runs/'''''testId'' - returns test runs for a specific testId, default date limit is 4 weeks, sorted by date descending
** Example response:
** Example response:
  {
  {
Line 70: Line 70:
     ]
     ]
  }
  }
* '''/testruns/values/'''''testRunId'' - returns test run results for a specific testRunId
* '''/api/testruns/values/'''''testRunId'' - returns test run results for a specific testRunId
** Example response
** Example response
  {
  {
975

edits

Navigation menu