Avionté bug fixes: Week of April 20, 2026
This update includes fixes for onboarding document retrieval and company restriction queries in the Front Office API. Click the title to view the complete update.
-
Onboarding Documents Endpoint Returned 500 Error for Certain Talent Records
Resolved an issue where the Get Talent Adobe Onboarding Documents endpoint could return a
500error when retrieving documents for talent records with large or high-volume document sets. Previously, requests could fail when the total document payload exceeded the maximum amount of data the endpoint could return in a single response.With this fix, the endpoint now supports optional
pageandpageSizeparameters, allowing to retrieve onboarding documents in smaller result sets.Note: If a request fails when using a large
pageSize, retry with a smaller value. The optimalpageSizedepends on the size of the documents being retrieved. This endpoint also excludes records whereisArchived=1and files with names containing AUDIT.pdf. -
Get Company Restrictions by Company IDs Endpoint Returned 504 Timeout Errors
Resolved an issue where the Get Company Restrictions by Company IDs endpoint intermittently returned
504 Gateway Timeouterrors when processing large multi-query requests.With this fix, the endpoint now processes multi-query requests more reliably and returns responses within expected performance thresholds under normal load conditions.