CandidatePhoneNumbers
Query candidate phone numbers.
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 CandidatePhoneNumbers WHERE CandidateId = 23411175007;
Columns
Name | Type | Operators | Description |
CandidateId [KEY] | Int64 | = | Candidate ID. |
Index [KEY] | Int64 | Autoincremental column. | |
PhoneNumber | String | Phone number of the candidate. | |
Type | String | One of: home, work, mobile, skype, other. |