CandidateEmailAddresses
Query candidate email addresses.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM CandidateEmailAddresses WHERE CandidateId = 32125175117;
SELECT * FROM CandidateEmailAddresses WHERE EmailAddress = '[email protected]';
Columns
| Name | Type | Operators | Description |
| CandidateId [KEY] | Int64 | = | CandidateID |
| Index [KEY] | Int64 | Autoincremental column. | |
| EmailAddress | String | = | Email address of the candidate. |
| Type | String | One of: personal, work, other. |