Get all educations
Returns all education for the resume id of the user
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Resume ID of the resume the education belongs to. If you want to interact with the base educations, just put base
in here
Response
The unique identifier for the education entry.
The user who the education entry belongs to.
The resume section the education entry belongs to.
The name of the institution the user studied at.
250
The field of study the user studied.
250
The date and time the education entry was created.
The date and time the education entry was last updated.
The degree the user obtained. (optional)
250
Month when the education started (1-12).
1 <= x <= 12
Year when the education started (YYYY).
1900 <= x <= 2100
Month when the education was completed (1-12).
1 <= x <= 12
Year when the education was completed (YYYY).
1900 <= x <= 2100
Whether the user is currently studying. default: False
The description of the education entry. User can provide any kind of description for that user. Usually in HTML format to support rich text. (optional)
3000