Fórum
How to specify all manualCandidate fields in listApplications?
16 days ago by Matheus Barbosa
If I try to access other fields in manualCandidate as well as in candidate, the listApplications request breaks and starts returning 400. Is it normal to be able to access only these fields?
fields:
'id, job.id, job.name, status, createdAt, updatedAt, source, sourceOther, referred, referredBy, additionalQuestions.question, additionalQuestions.answer, currentStep.id, currentStep.name, registrationComplete, tags, candidate.id, candidate.name, candidate.lastName, candidate.email, candidate.identificationDocument, candidate.linkedinProfileUrl, candidate.birthdate, candidate.mobileNumber, candidate.addressCity, candidate.addressState, candidate.gender, candidate.academicQualification.course, candidate.academicQualification.institution, candidate.academicQualification.endYear, candidate.languages.language, candidate.languages.level, manualCandidate.id, manualCandidate.name, manualCandidate.lastName, manualCandidate.email, manualCandidate.mobileNumber, manualCandidate.linkedinProfileUrl, manualCandidate.insertionSource',
This is what I managed to return from the API successfully, if I try to access manualCandidate.birthdate for example it gets error 400
