Perfomatic:API: Difference between revisions

Line 39: Line 39:
     ]
     ]
  }
  }
* '''/api/test/?testId=''testid''&buildid=''buildid''&osid=''osid''''' - returns information for a specific testId and branch and os
* '''/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/''testId''/runs/''' - returns test runs for a specific testId, default date limit is 4 weeks, sorted by date descending
* '''/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:
975

edits