| EmployeeCode | string | No | If present filter employees with code matching the specified value. |
| FirstName | string | No | If present filter employees with first name matching the specified value. |
| LastName | string | No | If present filter employees with surname matching the specified value. |
| ResidenceAddress | string | No | If present filter employees with residence address matching the specified value. |
| ActiveEmployees | boolean | No | If present filter employees whose relation end date is not set. |
| FromHiringDate | date | No | If present filter employees with hiring date greater than or equal to the specified value. |
| ToHiringDate | date | No | If present filter employees with hiring date lesser than or equal to the specified value. |
| FromCollaborationEndDate | date | No | If present filter employees with relation end date greater than or equal to the specified value. |
| ToCollaborationEndDate | date | No | If present filter employees with relation end date lesser than or equal to the specified value. |