v1
latestOpenAPI 3.0.02026-07-14800227.2 KBRecruiting
Get a candidate by ID.
Returns a single candidate record identified by its ID.
get/recruiting/candidates/{candidateId}
Path parameters
candidateIdstring required
Response
OK
Example response
{
"_id": "674991418c06fbf3f190b165",
"firstName": "Hans",
"lastName": "Müller",
"email": "hans.mueller@example.com",
"phone": "017612345678",
"origin": "api",
"_createdById": "67223a2a77fb00d3fb70cbac",
"_updatedById": "67223a2a77fb00d3fb70cbac",
"_createdAt": "2024-11-29T10:02:41.345Z",
"_updatedAt": "2024-11-29T10:02:41.345Z"
}