-
Notifications
You must be signed in to change notification settings - Fork 6
API Reference
Daniel Dupriest edited this page Feb 4, 2019
·
17 revisions
URIs relative to http://reimbursinatorserver/api/v1
| Method | HTTP request | Description |
|---|---|---|
| create | TBD | |
| login | POST /api/v1/account/login/ | Logs in the user |
| logout | POST /api/v1/account/logout/ | Logs out the user |
| Method | HTTP request | Description |
|---|---|---|
| create | POST /api/v1/report | Creates a new report |
| delete | DELETE /api/v1/report/rid | Deletes an existing report |
| get | GET /api/v1/report/rid | Gets the specified report |
| list | GET /api/v1/reports | Lists reports created by the user |
| update | PUT /api/v1/report/rid | Edit/submit a report |
| Method | HTTP request | Description |
|---|---|---|
| update | PUT /api/v1/report/rid/section/sid | Updates a section's data |