Get Candidate Property value by idAsk AIget https://api.smartrecruiters.com/configuration/candidate-properties/{id}/values/{valueId}Get Candidate Property value by its id.Path ParamsidstringrequiredCandidate property id (uuid or key)valueIdstringrequiredcandidate property's value identifierResponses 200 400With code CANDIDATE_PROPERTY_NOT_SINGLE_SELECT when candidate property type is not SINGLE_SELECT 404with codes: CANDIDATE_PROPERTY_NOT_FOUND when candidate property with given id does not exist, CANDIDATE_PROPERTY_VALUE_NOT_FOUND when candidate property value with given id does not exist. Updated 7 months ago