Get experience by id
Gives experience by id and resume id
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 unique identifier for the experience entry.
The user who the experience entry belongs to.
The unique identifier for the resume section entry.
The name of the company the user worked at.
250
The title of the job the user had.
250
The 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)
50
Month when the experience started (1-12).
1 <= x <= 12
Year when the experience started (YYYY).
1900 <= x <= 2100
Month when the experience was completed (1-12).
1 <= x <= 12
Year when the experience was completed (YYYY).
1900 <= x <= 2100
Whether 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