Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Experience ID of the experience you want to retrieve
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 user who the experience entry belongs to.
The name of the company the user worked at.
250The title of the job the user had.
250The date and time the experience entry was created.
The date and time the experience entry was last updated.
The city the company is located in. (optional)
50Month when the experience started (1-12).
1 <= x <= 12Year when the experience started (YYYY).
1900 <= x <= 2100Month when the experience was completed (1-12).
1 <= x <= 12Year when the experience was completed (YYYY).
1900 <= x <= 2100Whether the user is currently working. default: False
The description of the experience entry. User can provide any kind of description for that user. Usually in HTML format to support rich text. (optional)
3000