API
General Structure
/bachelorarbeit
POST
thema: stringprüfer: stringprüfungstermin: string in "dd-mm-yyyy" formatexpose: file (PDF)
Sends mail to Prüfungsamt for correcty submitted application. User gets notification of successful submission.
Only accepts Content-Type: multipart/form-data
/bachelorarbeit/{matrikelnummer}
GET
Returns all applications with matching matrikelnummer.
matrikelnummer: string
/bachelorarbeit/{id}
DELETE
Deletes the application with the provided id from the database.
id: long
WEB
antrag/bachelorarbeit
GET
Empty application with the following fields:
thema: stringprüfer: dropdown of liststartdate: dateexpose: file (PDF)
POST
Sends mail to Prüfungsamt for correcty submitted application. User gets notification of successful submission