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 500 error 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 page and pageSize parameters, 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 optimal pageSize depends on the size of the documents being retrieved. This endpoint also excludes records where isArchived=1 and 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 Timeout errors 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.