#9449: API - New filter for set/notset external IDs

Introducing new parameter value for external IDs in GET request result
The new values are:
* null
The result will return list of records with no external IDs set
Example: "payroll_id=null"
* not null
The result will return list of records with external IDs set
Example: "payroll_id=not null"