975
edits
| Line 39: | Line 39: | ||
] | ] | ||
} | } | ||
* '''/api/test | * '''/api/test?testId=''testid''&buildid=''buildid''&osid=''osid''''' - returns information for a specific testId and branch and os | ||
** Example response: | ** Example response: | ||
{ | { | ||
| Line 58: | Line 58: | ||
* '''/api/test/'' | * '''/api/test/runs?testid=''testid''&buildid=''buildid''&osid=''osid''''' - returns test runs for a specific testid buildid and osid, default date limit is 4 weeks, sorted by date descending | ||
** Data is sent in a compressed form due to the large amount of information | ** Data is sent in a compressed form due to the large amount of information | ||
** Indexes: | ** Indexes: | ||
edits