Complete Dyzo API Documentation - Project Management, Team Collaboration & Time Tracking Platform
Capabilities and features
Manage employee time warnings with ignore/resolve actions. Admins can temporarily hide warnings or resolve them with automatic notifications and email alerts.
/api/time-warning/action/Ignore or resolve a time warning for an employee. If warning doesn't exist, it will be automatically created. Ignore action hides the warning until next day. Resolve action sends notification and email to the employee.
1{2 "user_id": 123,3 "action": "ignore",4 "action_by_id": 4565}/api/company/{company_id}/time-warnings/Retrieve all time warnings for a specific company with optional filtering by status and visibility.