Skip to content

Reports

purr106 edited this page Aug 9, 2019 · 3 revisions

Receive and Parse Testing Report

URL Require Auth HTTP Method
"/parse_report" NO POST

Payload

Argument Example Description Type
"username " "cats" username String
"password " "meow" password String
"projectId" "3" id of the tracked project String
"buildNumber" "25" version number of CI build String
"testingReport" "Aseessment-build-25.xml" testing report file fetched from CI tool File

Result

Security issues in the testing report are parsed out.

Receive and Parse Testing Report

URL Require Auth HTTP Method
"/get_reports" Yes POST

Payload

Argument Example Description
"id " "3" id of the tracked project

Result

All reports of selected project. Example: {"reports": [{"id": 24, "project_id": 3, "version": "8", "date": "2019-08-07T19:02:08.274Z"}, {"id": 25, "project_id": 3, "version": "8", "date": "2019-08-07T19:04:23.765Z"}, {"id": 20, "project_id": 3, "version": "8", "date": "2019-08-06T15:33:20.774Z"}, {"id": 21, "project_id": 3, "version": "8", "date": "2019-08-06T15:35:05.885Z"}]}

Clone this wiki locally