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 optionalencodingfield has been added to the request. When a job description is provided:- If no
encodingvalue is specified, the description is saved exactly as sent. - If
encodingis set tobase64, 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.
- If no
-
The Get a Job and Query Multiple Jobs endpoints now include the following properties:
standardJobTitle,standardJobTitleId,socCode, andsocCodeTitle. -
The Get Web Applications For a Talent endpoint response now includes the
declineDateproperty, 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 a400 Bad Requesterror 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
- Get Talent Tax Details
Returns Tax setup details for the specified talent record for Employers. - Post Transaction Entry Item
Creates a Transaction Entry Item. - Get Transaction Entry Item
Returns all payment items for the requested transaction. - Patch Transaction Entry Item
Updates a Transaction Entry Item. - Delete Transaction Entry Item
Deletes a Transaction Entry Item. - Post Talent Supplemental Benefit Eligibility
Determines talent supplemental benefit eligibility and removes payroll hold. - Get Talent Deductions
Returns a list of talent deductions for the specified talent.
