You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dermoritz edited this page Jun 12, 2015
·
4 revisions
Timetracker exposes some views to data as web sockets to provide real time updates to clients. The url pattern is: ws://<serveradress:ip>/timetracker-backend
Add the following parts to get current view of …:
/allbookings: … all bookings
/allprojects: … all projects
/allusers: … all users
/allbookings/{projectId} … all bookings for given project id