-
Notifications
You must be signed in to change notification settings - Fork 29
Using the java api
Alexander edited this page Jul 4, 2018
·
7 revisions
You wanna know what routes there are? See the swagger docs. The documentation shows all possible ways to access, push and change data via the java-api. However it is a little overwhelming.
The java-api uses oauth2. See using postman for Authorization Server routes.
-
- Custom routes are manual routes and can be found there: .
-
- Elide (autogenerated routes) can be found there:
For entity structure see this. If you want to know how querry parameters(filter, sort etc.) on the elide routes work see this.