This is an old revision of the document!
Get Authorised Users
Metodom se dobijaja spisak korisnika Balansa u JSON formatu.
| HTTP Metod | Primer URLa | Uspešan rezultat |
|---|---|---|
| GET | http://<server>/rs/login/getauthusers?token=<> | HTTP reposnse 200 OK, body JSON |
Parametri
| Parametar | Tip | Opis |
|---|---|---|
| token | String | Važeći token za supervizorski nalog |
Rezultat
Neuspešan rezultat je uvek serijalizovan u JSON i sadrži tekst greške.
| Rezultat | Opis |
|---|---|
| 200 OK | Kolekcija parova u JSON zapisu [ { “Korisnički nalog” : “Ime” } ] |