status

Gets candidate status in the module. This call requires candidate and client variables placed in the URL.

GET: /api/v1/candidates/{sourceCandidateId}/clients/{clientKey}/countries/{countryCode}/status

curl --location --request GET 'http://<url>/diversity/api/v1/candidates/10001/clients/WFQ_CLIENT_KEY_01/cou ntries/US/status' \
--header 'Authorization: ApiKey <api_key>'
Response
{
    "clientKey": "WFQ_CLIENT_KEY_01",
    "countryCode": "US",
    "sourceCandidateId": "10001",
    "firstName": "John",
    "lastName": "Doe",
    "surveyStatus": "Incomplete",
    "dateLastEmailed": "2022-07-06T17:22:52.000+00:00",
    "dateCompleted": null
}