Pobieranie listy użytkownikówŚcieżka do servletu: api/users/query Metoda: GET Parametry:
Odpowiedź:
Pobieranie listy użytkowników po rolachŚcieżka do servletu: api/users/by/roles Metoda: POST Request Content-Type: application/json Treść zapytania: Lista obiektów JSON zawierający parametry wyszukiwania ról. Definicja obiektu powinna zawierać następujące pole:
Wszystkie parametry są opcjonalne. Jeżeli podamy processDefId to zostaną wyszukane również role globalne użyte w tym procesie. Warunki w obrębie pojedynczego elementu są połączone operatorem AND(np. jeżeli podamy packegeId i processDefId). Natomiast warunki poszczególnych elementów listy warunków są połączone operatorem OR np:
Odpowiedź:
Pobieranie informacji o użytkowniku po loginieŚcieżka do servletu: api/users/by/login Metoda: GET Parametry:
Odpowiedź:
Pobieranie informacji o obecnie zalogowanym użytkownikuŚcieżka do servletu: api/users/current Metoda: GET Odpowiedź:
|
Downloading the list of usersPath to servlet: api/users/query Method: GET Parameters:
Answer:
Downloading the list of users by rolesPath to servlet: api/users/by/roles Method: POST Request Content-Type: application/json Query Content: JSON object list containing role search parameters. The object definition should contain the following field:
All parameters are optional. If you specify processDefId then the global roles used in this process will also be searched. Conditions within a single element are connected by the AND operator(e.g. if we specify packegeId and processDefId). On the other hand, the conditions of individual elements in the list of conditions are connected by the OR operator, e.g:
Answer:
Getting user information by loginPath to servlet: api/users/by/login Method: GET Parameters
Answer:
Getting information about the currently logged in userPath to servlet: api/users/current Method: GET Answer:
|