Specifies the set of criteria to use when retrieving a list of applicant interview summary objects. Only applicant summary objects with interview information that matches the specified criteria will be returned. For the best performance, create criteria that use the properties marked with the dagger (†). These properties correspond to indexed columns in the database.
Property |
Type |
Description |
---|---|---|
ApplicantKeyId† |
A restriction specifying the ID of the applicant for the application. |
|
DepartmentKeyId† |
A string restriction specifying the ID of the department for the application. |
|
DivisionKeyId† |
A string restriction specifying the ID of the division for the application. |
|
PositionKeyId† |
A string restriction specifying the ID of the position for the application. |
|
DateApplied† |
A date/time restriction specifying the date that the applicant applied for a position. |
|
InterviewDate† |
A date/time restriction specifying the date when the interview was completed. |
|
InterviewTypeKeyId |
A string restriction specifying the type of the interview that was completed. |