Skip to content

Timetracker Websockets

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
Clone this wiki locally