Avionté API updates: December

In December 2025, we released new endpoints across both the Front Office and Back Office APIs, as well as enhancements and fixes to the Front Office API. Check the rest of the article for more details.

Front Office

This section highlights updates to the Front Office API, including new endpoints, enhancements, and fixes.

New Endpoints

  • Add Talent Resume Tags
    Adds talent resume skills and their corresponding skills rating values.
  • Get Talent Resume Tags
    Returns talent resume skills and their corresponding skills rating values from the Tags tab for the specified talent record.
  • Get Standard Job Titles
    Returns a list of available standard job titles configured in the Table Editor with associated Standard Occupational Classification (SOC) codes.
  • Get Standard Job Title by ID
    Returns details for the specified standard job title configured in the Table Editor, including the associated Standard Occupational Classification (SOC) codes.

Enhancement

  • The Create a Job and Update a Job endpoints have been enhanced to support encoded job descriptions.
    A new optional encoding field has been added to the request. When a job description is provided:

    • If no encoding value is specified, the description is saved exactly as sent.
    • If encoding is set to base64, the description is decoded before being saved.

    When a Base64-encoded description is provided, the system also generates a DOCX document and stores it as a job attachment.

  • The Get a Job and Query Multiple Jobs endpoints now include the following properties: standardJobTitle, standardJobTitleId, socCode, and socCodeTitle.

  • The Get Web Applications For a Talent endpoint response now includes the declineDate property, which indicates the date the talent was declined.


Fixed

  • Job Description Was Ignored on Create and Update
    Resolved an issue where sending a job description in the Create a Job and Update a Job endpoints had no effect. Previously, the API accepted the request and returned a successful response, but the provided job description was not saved.

    With this fix, when a job description is included in the request, it is now correctly stored and associated with the job.

  • Get Multiple Talent Returned Errors for Empty Requests
    Fixed an issue where the Get Multiple Talent endpoint returned a server error when the request payload was empty.
    The endpoint now validates incoming requests and responds with a 400 Bad Request error and a descriptive error message to indicate that valid input is required when:

    • The request body is empty or missing, or
    • The request includes an empty array.

Back Office

This section covers new Back Office API endpoints.

New Endpoints