Browse and look up employee records
Returns the first 10 active employees.
GET /api/employees?APIKEY=your-key&APIVERSION=1.0
| Field | Type | Description |
|---|---|---|
ID | number | Employee ID |
FullName | string | Employee full name |
Initials | string | Employee initials |
LogInName | string | Login username |
Returns a single employee by ID.
GET /api/employees/5?APIKEY=your-key&APIVERSION=1.0