Time Solution
Home
Features
Pricing
Blog
Contact
App Login
Online Demo
API
Reference
Complete REST API documentation with examples and use cases.
Endpoints
GET
/api/v1/employees
List all employees in your organization with pagination and filtering options.
POST
/api/v1/employees
Create a new employee record with personal and employment information.
GET
/api/v1/employees/{id}
Retrieve detailed information about a specific employee.
PUT
/api/v1/employees/{id}
Update employee information and employment details.
POST
/api/v1/attendance
Record attendance check-in or check-out events.
GET
/api/v1/attendance/reports
Generate attendance reports with analytics and insights.
POST
/api/v1/payroll/runs
Create and manage payroll cycles and runs.
GET
/api/v1/leave/requests
Retrieve and manage employee leave requests.