Skip to content

Using the java api

Alexander edited this page Jul 1, 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

    1. Custom routes custm routes. Are manual routes.
    1. Elide (autogenerated routes) elide routes

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.

Clone this wiki locally