A Candidate object represents a candidate.
{
"id": Integer,
"full_name": String,
"creator": Integer,
"owner": Integer,
"source_type": String,
"consent": Boolean,
"consent_date": DateTime,
"picture": String, // URL to the ressource
"email": String,
"resume": String, // URL to the ressource
"phone_number": String,
"gender": String,
"birth_date": String,
"address": String,
"zipcode": String,
"latest_degree": String,
"latest_university": String,
"current_company": String,
"current_department": String,
"current_position": String,
"description": String,
"hash": String,
"custom_fields": JSON,
"created_at": DateTime
}
Please refer to the API References for more details regarding the Candidates API.