Job seeker education & experience
Getting, updating and deleting education and experience of a job seeker.
Get Eduction and Experience
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"data": {
"experience": [
{
"id": 193,
"title": "This is my job title",
"company": "Company Inc.",
"description": "Description of the work done at the company.",
"client_name": "John Doe",
"client_email": null,
"location": 'New York',
"client_phone": null,
"start_date": "2019-09-09",
"end_date": null,
"is_current": true
},{
"id": 194,
"title": "This is my other job title",
"company": "Acme Inc.",
"description": "Description of the work done at the company.",
"client_name": "Jane Doe",
"client_email": null,
"location": 'New York',
"client_phone": null,
"start_date": "2016-09-09",
"end_date": "2019-09-09",
"is_current": null
}
],
"education": [
{
"id": 52,
"institute": "Velvet University",
"course": "Advanced Coffee Making",
"year": "2018"
}
]
},
"message": "Mission accomplished successfully."
}Create or Update Experience
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Delete Experience
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Create or update Education
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Delete Education
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?