Service Details for TimeTracker.
Service for handling time tracker in TimeLog.
Methods
- DELETE /Delete - Delete the specified time tracker identifier.
- GET /GetAll - Gets all.
- GET /GetByID - Gets the by identifier.
- GET /GetUserActiveTimeTracking - Gets the user active time tracking.
- POST /Create - Creates the specified time tracker API create model.
- POST /StartTimeTrackerForAbsence - Start the time tracker for absence.
- POST /StartTimeTrackerForTask - Start the time tracker for task.
- PUT /Update - Updates the specified time tracker API update model detail.