975
edits
| Line 56: | Line 56: | ||
] | ] | ||
} | } | ||
* '''/api/test?testId=''testid''&branchid=''branchid''& | * '''/api/test?testId=''testid''&branchid=''branchid''&machine=''machineid''''' - returns information for a specific testId and branch and os | ||
** Example response: | ** Example response: | ||
{ | { | ||
| Line 65: | Line 65: | ||
'name':'1.9', | 'name':'1.9', | ||
'id':3 | 'id':3 | ||
} | }, | ||
'os': | 'os': | ||
{ | { | ||
'name':'Vista', | 'name':'Vista', | ||
'id':3 | 'id':3 | ||
}, | |||
'machine': | |||
{ | |||
'name':'qm-mini-xp01', | |||
'id':2 | |||
} | } | ||
} | } | ||
edits