A candidate experience is a work experience of a candidate.
{
"id": Integer,
"position": String,
"employer": String,
"is_current_employer": Boolean,
"started_at": Date,
"ended_at": Date,
"description": String,
"location": String,
"created_at": DateTime
}
Please refer to the API References for more details regarding the Candidates API.