Human Resources Domain
Employee records, payroll, attendance, and HR workflows
API Prefix
/api/hrm
Every endpoint hangs off this prefix so you can compose requests consistently.
Endpoint coverage
11
curated routes spanning common workflows
Playground ready
Deep link directly into the playground with your preferred method and path.
Open in PlaygroundCapabilities
Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.
Employee profiles + job history
Payroll + compensation records
Attendance + shift tracking
Performance + review cycles
Leave requests + approvals
Recruiting + onboarding tasks
Endpoints
Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.
/api/hrm/employees
/api/hrm/employees?limit=25
/api/hrm/employees
/api/hrm/payroll
/api/hrm/payroll?month=2025-02
/api/hrm/attendance
/api/hrm/attendance?date=2025-01-20
/api/hrm/reviews
/api/hrm/reviews?employee_id=emp_1
/api/hrm/leaves
/api/hrm/leaves
Validate HR workflows from hiring to reviews using realistic sample data.