Employee Academic Records
GET {{base_url}}/employee/:Employee/education
Use this endpoint to retrieve all academic achievements as education entries associated with an employee in the Employees hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"RecordID":"SANDERSON1012487091374","Employee":"00001","Seq":1,"Degree":"02","Specialty":"Civil Engineering","Institution":"University of Florida","YearEarned":1982,"IncludeInProposal":"Y","DegreeDescription":"Bachelor of Science"},{"RecordID":"SANDERSON1012487091424","Employee":"00001","Seq":2,"Degree":"02","Specialty":"Structural Engineering","Institution":"University of Florida","YearEarned":1985,"IncludeInProposal":"Y","DegreeDescription":"Bachelor of Science"},{"RecordID":"SANDERSON1012487091474","Employee":"00001","Seq":3,"Degree":"05","Specialty":"Structural Engineering","Institution":"College of William and Mary","YearEarned":1988,"IncludeInProposal":"Y","DegreeDescription":"Masters of Science"},{"RecordID":"C82100F3EBC14C668537DF1E64A83C41","Employee":"00001","Seq":4,"Degree":"02","Specialty":"Civil Engineering","Institution":"Carnegie Mellon University","YearEarned":1982,"IncludeInProposal":"Y","DegreeDescription":"Bachelor of Science"},{"RecordID":"FA9FDC6B52AA42F189492B8A15DF7566","Employee":"00001","Seq":5,"Degree":"04","Specialty":"Architecture","Institution":"Harvard","YearEarned":1996,"IncludeInProposal":"Y","DegreeDescription":"Masters of Arts"}]