This entity represents an educational degree or course of study that a candidate lists on his or her resume. Each CandidateEducation instance corresponds to a line item on the "Education" tab of a candidate record in the Bullhorn application.
The CandidateEducation entity contains the following properties.
|
Property Name |
Type (limit) |
Description |
Read-only |
Not Nullable |
|
candidateEducationID |
Integer |
A unique identifier for this record. |
X |
|
|
candidateID |
Integer |
ID of the Candidate with whom this record is associated.
Note: When using this field in a query, you must refer to this property as candidate.id (see query operation for more details). |
|
|
|
certification |
String |
Certification received with this education, if applicable. |
|
|
|
city |
String (40) |
Name of the city where the education took place. |
|
|
|
comments |
String |
Free-text comments on this record. |
|
|
|
customDate1-5 |
datetime |
Configurable date fields that can be used to store custom data depending on the needs of a particular deployment. |
|
|
|
customFloat1-5 |
Double |
Configurable numeric fields that can be used to store custom data depending on the needs of a particular deployment. |
|
|
|
customInt1-5 |
Integer |
Configurable numeric fields that can be used to store custom data depending on the needs of a particular deployment. |
|
|
|
customText1-5 |
String |
Configurable text fields that can be used to store custom data depending on the needs of a particular deployment. |
|
|
|
customTextBlock1-3 |
String |
Configurable text fields that can be used to store custom data depending on the needs of a particular deployment. |
|
|
|
dateAdded |
datetime |
The date on which this record was created in the Bullhorn system. |
X |
|
|
degree |
String (100) |
Indicates what educational degree the candidate received, e.g. B.A., M.A., Ph.D., etc. |
|
|
|
endDate |
datetime |
Date when the candidate finished this education. |
|
|
|
expirationDate |
datetime |
Expiration date for a certificate or other credential that needs to be periodically renewed. |
|
|
|
gpa |
Double |
Indicates the candidate's grade point average. |
|
|
|
graduationDate |
datetime |
Date when the candidate graduated. |
|
|
|
isDeleted |
Boolean |
Indicates whether this record has been marked as Deleted in the Bullhorn system. |
|
|
|
major |
String (100) |
Indicates the field in which the candidate majored. |
|
|
|
school |
String (100) |
Name of the educational institute where this education took place. |
|
|
|
startDate |
datetime |
Date when the candidate began study. |
|
|
|
state |
String (50) |
Name of the US State in which the education took place. |
|
|