Viva-con-Agua / drops

Implements an user management service for a microservice application, supporting Viva con Agua in organizing volunteering activities.
GNU General Public License v3.0
1 stars 1 forks source link

RESTful interface to request access rights #73

Closed johannsell closed 6 years ago

johannsell commented 7 years ago

Micorservices should be able to request a list of access rights. Those lists have to be filtered by a users ID and a microservice ID. The interface returns a list of URIs as a JSON.

ottmann commented 6 years ago

Sample call http://localhost:9000/rest/access?q=accessright.service.=_AND_user.id.=&f={"accessRight":{"service":"drops"},"user":{"id":"e831ed78-5d66-411e-af39-eaa3d0d72a76"}}

ottmann commented 6 years ago

User on big join over UserTask, Task, TaskAccessRight and AccessRight Table