v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Employees
Search

Get total number of employees

get/employees/count

Query parameters

group'ACTIVE' | 'INVOLVED' | 'JOBLESS' | 'DEPARTING' | 'NEW_HIRES' | 'PAST'

Filter employees by special groups

employeeNamestring

Filter employees by name

Example:John Doe

Filter employees by name

departmentIdstring

Filter employees by department ID

Example:123

Filter employees by department ID

skillsstring

Filter employees by skills according to skillsFiltering

Example:JavaScript,React

Filter employees by skills

skillsFiltering'ANY' | 'ALL'

If more than one skill is passed, return either employees with any of the skills (ANY) or with all of them (ALL)

Example:ALL

How to match employee skills

salaryFromstring

Minimum salary amount

Example:5000

Minimum salary amount

salaryTostring

Maximum salary amount

Example:10000

Maximum salary amount

Response

Successful operation

integer required

Example response

1250