Complete Dyzo API Documentation - Project Management, Team Collaboration & Time Tracking Platform
Capabilities and features
Manage employee screenshots for time tracking.
/screenshot/Upload a single screenshot.
1{2 "task_id": 250,3 "employee_id": 10,4 "tasklog_id": 1001,5 "image": "<base64_image>"6}/screenshot/bulk/create/Upload multiple screenshots at once.
1{2 "screenshots": [...]3}/screenshot/task/{task_id}/employee/{employee_id}/Get all screenshots for a task and employee.
/screenshot/{screenshot_id}/Delete a screenshot.
/delete-screenshots/{employee_id}/{date}/Delete all screenshots for an employee on a specific date.