Login
| API | Description |
|---|---|
| GET api/Login/Login?username={username}&password={password}&administration={administration} |
Request a logintoken for the specified user and password |
| GET api/Login/Logout?username={username}&token={token} |
logout the user with the provided token |
| GET api/Login/ResetPassword?emailAddress={emailAddress} |
Reset the password for the specified emailaddress |
UserData
| API | Description |
|---|---|
| GET api/UserData/Get?username={username}&token={token}&administration={administration} |
No documentation available. |
| POST api/UserData/ChangeRequest |
Sends a change request mail for the specified user |
| GET api/UserData/CompleteEmailRequest?username={username}&token={token}&emailAddress={emailAddress} |
Updates the emailaddress for the specified user. Sends an activationemail to the user afterwards. |
| GET api/UserData/CompleteEmailStatus?username={username}&token={token} |
Get the status of the email activation update, can be unknown, unverified or verified |
Medicine
| API | Description |
|---|---|
| GET api/Medicine/List |
returns a list of available medicines |