👍

Required plan

Available only in the BUSINESS plan.

ComponentTypeDescription
degreeStringDegree. B.Sc, PhD, etc…
schoolStringName of the educational institution.
date_rangeDateRangePeriod of study. Date ranges might be partial to designate current study or an unknown start date. See Date Range for more details.
displayStringThe full degree headline for display purposes. Response only.

Search Requirements

For an Education object to be useful for a search, it must contain at least a school.

Example

{
  "degree": "B.Sc in Chemistry",
  "school": "Metropolis University",
  "date_range": {
    "start": "2005-09-01",
    "end": "2008-05-14"
  },
  "display": "B.Sc in Chemistry from Metropolis University (2005-2008)"
}