Skip to content

REST API

Neoniconi edited this page Aug 9, 2019 · 8 revisions

User

HTTP Method URL Description
GET / Get login page
POST / Post to login
GET /register Get register page
POST /register Register a user

Projects

HTTP Method URL Description
GET /projects Get the list of projects
GET /new_project Get new page
POST /new_project Create new project
GET /config_project Get project configuration page
GET /search_projects Get search projects page
POST /delete Delete project
GET /project_dashboard Get project dashboard page

Controls

HTTP Method URL Description
GET /get_project_controlls Get JSON of a project's controls
GET /controls Get JSON of controls
GET /get_control_by_id Get JSON of the given control id
GET /searchControls Get JSON of search controls result
POST /setcontrols Configure the project controls
GET /get_controlconfig_by_id Get JSON of given project's and control

Reports

HTTP Method URL Description
POST /parse_report Upload a report for parsing
GET /get_reports Get JSON of all reports to a project
GET /get_issues Get JSON of all issues to a report

Clone this wiki locally