Avionté bug fixes: Week of April 13, 2026
This update includes several bug fixes in the Front Office API. Check the rest of the article for more details.
-
Get Talent Questionnaires Did Not Return Results Completed via Job Board Application
Resolved an issue where the Get a List of Talent Questionnaires endpoint did not return questionnaire results completed through the BOLD job board application. Previously, only questionnaires completed via onboarding tasks or API submissions were returned.With this fix, the endpoint now returns all completed questionnaires regardless of how they were submitted, including those completed during job board applications.
-
creditTo Value Ignored in Talent Pipelining and Nomination API Requests Resolved an issue where the Add Talent to Pipeline Stage and Add a Talent Nomination Stage endpoints ignored the
creditTovalue provided in the request and instead defaulted to the API caller’s user ID.With this fix, when a valid
creditTouser identifier is provided, the system now assigns credit to the specified user, aligning API behavior with the UI. IfcreditTois not provided or contains an invalid value, the system defaults to the job creator. -
Update a Company Returned 500 Error When IsDuplicateBypassed Was Set to True
Resolved an issue where the Update a Company endpoint returned a 500 error when theisDuplicateBypassedparameter was set totrue, which prevented updates from proceeding.With this fix, when
isDuplicateBypassed=true, the update proceeds successfully even if a duplicate name condition exists. When the parameter is set tofalseor omitted, duplicate name validation behaves as expected and prevents the update if a conflict is detected. -
Get Available Talent Statuses Incorrectly Removed Default Statuses
Resolved an issue where the Get Available Talent Statuses endpoint incorrectly removed default system statuses when theincludeDuplicatesquery parameter was set tofalse, even when no duplicate status names existed.With this fix, default system statuses are only replaced when a duplicate custom status exists. If no duplicates are present, all system statuses are returned as expected.