CandidateAddresses
Query candidate 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 CandidateAddresses WHERE CandidateId = 32125175117;
Columns
| Name | Type | Operators | Description |
| CandidateId [KEY] | Int64 | = | Candidate ID. |
| Index [KEY] | Int64 | Autoincremental column. | |
| Address | String | The address of the candidate. | |
| Type | String | One of: home, work, other. |