Candidates

List educations

GET
/api/public/v3/recruitment/candidates/{candidate_id}/educations

Path Parameters

candidate_id*integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/recruitment/candidates/0/educations"
{  "data": [    {      "id": 0,      "school": "string",      "name": "string",      "from_year": 0,      "to_year": 0,      "subject": null,      "description": null    }  ]}