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: | ||
{ | { | ||
'id':23, | |||
'name':'Ts', | |||
'branch': | |||
{ | |||
'name':'1.9', | |||
'id':3 | |||
} | |||
'os': | |||
{ | |||
'name':'Vista', | |||
'id':3 | |||
} | |||
'machine':'qm-pxp03-cycles-20', | |||
} | } | ||
* '''/api/test/''testId''/runs/''' - returns test runs for a specific testId, default date limit is 4 weeks, sorted by date descending | * '''/api/test/''testId''/runs/''' - returns test runs for a specific testId, default date limit is 4 weeks, sorted by date descending | ||
edits