Perfomatic:API

From MozillaWiki
Revision as of 16:34, 3 October 2008 by Rdoherty (talk | contribs) (New page: The graph server API is a REST API with a JSON only response format. Documented endpoints: * '''/tests/all''' - returns list of all continuous tests * '''/tests/get/'''''testId'' - return...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The graph server API is a REST API with a JSON only response format.

Documented endpoints:

  • /tests/all - returns list of all continuous tests
  • /tests/get/testId - returns test runs for test_id, default date limit is 4 weeks, sorted by date descending
  • /testrun/get/testRunId - returns test run results for a specific test_run_id,