-
Notifications
You must be signed in to change notification settings - Fork 10
MS API REST Interface Overview
Kai edited this page Aug 4, 2025
·
1 revision
Currently, the PROCEED Management System provides the following interfaces: HTTP (REST).
Hint: the frontend does not anymore communicate with the backend via defined REST API interfaces but instead uses Next.js Server Components
The OpenAPI definition is available:
- at
/openapi.jsonon a running system - in our repo inside the
publicfolder
Since we used the newest version 3.1 of the OpenAPI specification, you need https://editor-next.swagger.io/ to open the definition. For convenience, we also translated it back to version 3.0, which can be opened with the normal editor:
- at
/openapi-v3.0.4.jsonon a running system - in our repo inside the
publicfolder
This is the Dev Wiki