Get All Educations
Education
Get All Educations
Retrieve all education entries for the authenticated job seeker
GET
Get All Educations
Endpoint
http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.
Authentication
Include the access token in the Authorization header:Description
Retrieve all education entries for the authenticated job seeker. The results are ordered by start date (most recent first).Response
Success Response (200 OK)
Response Fields
string
Unique identifier for the education entry.
string
Name of the educational institution.
enum
Type of degree obtained. Values:
HIGH_SCHOOL, ASSOCIATE, BACHELOR, MASTER, PHD,
BOOTCAMP, CERTIFICATION, OTHERstring
Field of study or major.
string | null
Additional education details.
number | null
Grade Point Average (0-4 scale).
string
Start date (ISO 8601 format).
string | null
End date (ISO 8601 format). Null if currently studying.
boolean
Whether currently studying at this institution.
Error Responses
401 Unauthorized
403 Forbidden
Notes
Empty Array: If no education entries exist, an empty array is returned.
