Education

👍

Required plan

Available only in the BUSINESS plan.

Component

Type

Description

degree

String

Degree. B.Sc, PhD, etc…

school

String

Name of the educational institution.

date_range

DateRange

Period of study. Date ranges might be partial to designate current study or an unknown start date. See Date Range for more details.

display

String

The 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)"
}