CandidateEmployments
Query candidate employments.
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 CandidateEmployments WHERE CandidateId = 32125175117;
Columns
Name | Type | Operators | Description |
CandidateId [KEY] | Int64 | = | Candidate ID. |
EmploymentId [KEY] | Int64 | Employment ID. | |
CompanyName | String | Employer's name. | |
Title | String | Candidate's title while at the employer. | |
StartDate | Date | The date the candidate began at employer. | |
EndDate | Date | The date the candidate finished at employer. |