Skip to content

Describing Functions

Daniil Tsarev edited this page Mar 29, 2019 · 5 revisions

Here we suppose that you use JPA Web API included in the portal module, so all requests have the URL starting with {host:port}/app-portal/api.

If you use JPA Web API in web module, the URL should start with {host:port}/app/dispatch/api.

All functions require an authenticated user session, which means that you must perform the login first and then pass the resulting session identifier to subsequent requests.

Clone this wiki locally