# Get candidate history Retrieves Candidate history events. Endpoint: GET /candidates/{partner_application_id}/history Version: 1.0.0 Security: bearerAuth ## Path parameters: - `partner_application_id` (string, required) value of candidate.partner_application_id ## Response 200 fields (application/json): - `result` (array) - `result.id` (integer) Example: 125 - `result.user_name` (string,null) Example: "Luke Skywalker" - `result.date` (string) Example: "2021-06-04T10:14:28+02:00" - `result.type` (integer) Example: 14 - `result.country` (string,null) - `result.check_type` (string,null) Example: "moj" - `result.message` (string,null) - `result.referee` (object,null) - `status` (integer) Example: 200 - `error` (object,null)