Skip to content

Using the java api

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

    1. Custom routes are manual routes and can be found there: custm routes.
    1. Elide (autogenerated routes) can be found there: 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.