Candidates

List experiences

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

Path Parameters

candidate_id*integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/recruitment/candidates/0/experiences"
{  "data": [    {      "id": 0,      "title": "string",      "company": "string",      "starts_on": "string",      "ends_on": null,      "location": null,      "description": null    }  ]}