You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexander edited this page Jul 4, 2018
·
7 revisions
Swagger documentation
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.
Authentificating
The java-api uses oauth2. See using postman for Authorization Server routes.
Two types of resource routes
Custom routes are manual routes and can be found there: .
Elide (autogenerated routes) can be found there:
Further information
For entity structure see this. If you want to know how querry parameters(filter, sort etc.) on the elide routes work see this.