Overview
The References Data Capture API manages both work-related (laborales) and personal references for candidates. The system requires:- 3 Work References (laborales): From previous employers or supervisors
- 3 Personal References (personales): From non-family members who know the candidate
Authentication
All endpoints require authentication via theisLoggedIn middleware. Users must have an active session to access these endpoints.
Get References Data
Retrieves existing reference information for a specific evaluation.Path Parameters
Encrypted evaluation ID
Response
For Permanencia (current employees):Complete set of work and personal references
Flag indicating permanencia evaluation type
Complete set of work and personal references
Previous employment records to help identify work references
Flag indicating nuevo ingreso evaluation type
Save References
Saves all reference information (work and personal references).Request Body
Evaluation ID for the candidate
Work Reference 1
Full name of first work reference
Position/title of first work reference
Company/organization of first work reference
Phone number of first work reference
Work Reference 2
Full name of second work reference
Position/title of second work reference
Company/organization of second work reference
Phone number of second work reference
Work Reference 3
Full name of third work reference
Position/title of third work reference
Company/organization of third work reference
Phone number of third work reference
Personal Reference 1
Full name of first personal reference
Landline phone number of first personal reference
Mobile phone number of first personal reference
Personal Reference 2
Full name of second personal reference
Landline phone number of second personal reference
Mobile phone number of second personal reference
Personal Reference 3
Full name of third personal reference
Landline phone number of third personal reference
Mobile phone number of third personal reference
Encrypted evaluation data for redirection
Response
“Referencias guardadas con exito !” - References saved successfully
Example Request
Update References
Updates existing reference information. Contains all the same fields as SaveReferencias.Request Body
Same fields as SaveReferencias endpoint.Response
“Referencias guardadas con exito !” - References updated successfully
Error Responses
All endpoints return:“Algo salio mal !” - Generic error message indicating something went wrong
Reference Requirements
Work References (Laborales)
All three work references must include:- Full name
- Current position/title
- Company/organization name
- Contact phone number
- Former supervisors or managers
- Colleagues from previous positions
- HR representatives from previous employers
- NOT family members
- NOT friends (use personal references for this)
Personal References (Personales)
All three personal references must include:- Full name
- At least one phone number (mobile required, landline optional)
- Non-family members who have known the candidate for a significant period
- Friends, neighbors, or acquaintances who can vouch for character
- Community leaders or professionals who know the candidate
- NOT current or former supervisors (use work references for this)
- NOT family members
Workflow
- Retrieve existing reference data using GET endpoint
- For new hire candidates, review previous employment records to identify potential work references
- Collect all six references (3 work + 3 personal)
- Save all references using a single SaveReferencias request
- Update references if information changes
Best Practices
Data Collection
- Verify all phone numbers are correct and active
- Ensure work references are from different employers or departments
- Confirm personal references are not related to the candidate
- Obtain permission from references before submitting their information
Data Quality
- Use complete, formal names (not nicknames)
- Include area codes with all phone numbers
- Verify company names are spelled correctly
- Ensure position titles are accurate
Validation
- All three work references must be provided
- All three personal references must be provided
- Each personal reference must have at least a mobile phone number
- References will be contacted during the background investigation process
Integration Notes
- This is typically the final step in the data capture process
- Successfully saving references redirects to the evaluation view (not back to the form)
- The system distinguishes between permanencia and nuevo ingreso evaluation types
- For nuevo ingreso candidates, previous employment records are displayed to assist in identifying appropriate work references