v1

latestOpenAPI 3.0.02026-07-14800227.2 KB
Recruiting

Get a candidate by ID.

Returns a single candidate record identified by its ID.

get/recruiting/candidates/{candidateId}

Path parameters

candidateIdstring required

Response

OK

_idstring

The unique identifier of the candidate.

firstNamestring
lastNamestring
emailstring
phonestring
originstring

The source of the entry (e.g., api, manually, agency).

_createdByIdstring
_updatedByIdstring
_createdAtstring date-time
_updatedAtstring date-time

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"
}