Skip to main content

Other endpoints

Validation Endpoints​

GET /validations​

Run validation rules for the project. The response contains a ValidationReport data object.

Transmutation endpoints​

GET /transmutations​

Get a list of transmuters available for the project.

POST /transmutations/{transmutation}​

Run a transmuter for the entire project.

GET /transmutations/{ontology}/{elementClass}/{id}​

Get all transmuters that are applicable to the target element.

POST /transmutations/{transmutation}/{ontology}/{elementClass}/{id}​

Run a transmuter for a specific element.

Server Endpoints​

POST /shutdown​

Stop the server. After this request, the server will shut down gracefully.

POST /model/reload​

Reload the model, but keep the server running.