Skip to content

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:

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:

This is the Dev Wiki

Clone this wiki locally