| id | integer | Plain ID |
| vacancy_id | string | Encoded job listing ID |
| candidate_id | integer | Plain candidate ID |
| score | integer | Applicant score |
| status | integer | Status (0: archived, 1: active) |
| created_at | timestamp | Creation date |
| updated_at | timestamp | Update date |
| comment | string | Applicant comment |
| column_id | string | Encoded column identifier |
| comments | | |
| urls | | |
| external_id | | External reference |
| view | boolean | |
| anonym | boolean | Is the candidate anonymized |
| duplicate | | |
| reason_id | | |
| applies | [] | |
| column | column | Object representing the column |
| vacancy | vacancy | Object representing the job listing |