Paulo Veiga 55c5126d95 Merged feature/update_spring into develop
* Migrate authentication to beans.
* Fix test execution
* Update to java 17
* Fix failing tests.
* Fix java 17 migration warnings
* Move error page to react.
* Remove Tiles !!!!
* Fix hibernate warning
* Update to jslt 3.0.1
* Bump version.
2023-08-01 04:32:51 +00:00

2.0 KiB

REST Services

Introduction

All WiseMapping services are exposed as REST services. Those services are the same used by the WiseMapping when you are using it. In the following section, all supported services are listed.

REST Console

You can learn how what are WiseMapping REST API's from using our interactive console. You can access it from here: http://localhost:8080/doc/rest/index.html. Important: Don't forget to configure your server host url in /WEB-INF/app.properties. By default it's configure to http://localhost:8080/wisemapping/

CURL Usage Examples

The following variables should be replaced:

  • host.name: Host name where WiseMapping is deployed. Default Value: localhost
  • host.post: Post number where WiseMapping is deployed. Default Value: 8080
  • context.path: Context Path name where the application is deployed. Default Value: wisemapping

Obtaining user information by email:

Deleting a based on the user id:

Changing Password: Template Path: /service/admin/users/{userId}/password

Creating a new user: