Avionté API updates: July 2026
In July 2026, we introduced the initial release of the Avionte Back Office v3 API, added new endpoints and webhook events, expanded API responses, and delivered several fixes across the Front Office and Back Office APIs. See the rest of the article for details.
Front Office
This section covers Front Office API updates, including a new endpoint, new webhook events, endpoint enhancements, and several bug fixes.
New Endpoint
-
Returns the talent's pay requirements from the Operational Information section of the talent profile, including salary and hourly rate ranges and bonus accrual settings.
New Events
The following webhook events have been added to reflect the creation, update, and deletion of custom fields (BOLD) and extra fields (Back Office) for supported entities:
- talent_custom_extra_added
- talent_custom_extra_updated
- talent_custom_extra_deleted
- company_custom_extra_added
- company_custom_extra_updated
- company_custom_extra_deleted
- company_department_custom_extra_added
- company_department_custom_extra_updated
- company_department_custom_extra_deleted
- job_custom_extra_added
- job_custom_extra_updated
- job_custom_extra_deleted
- placement_custom_extra_added
- placement_custom_extra_updated
- placement_custom_extra_deleted
Enhancements
-
Job Endpoints Now Return Additional Job Details
The Get a Job, Create a Job, Update a Job, Query Multiple Jobs, and Get Matching Jobs endpoints now include theflsaClassificationandworkScheduleTypeproperties in the response. -
Placement Endpoints Now Return Additional Job Details
The Get a Placement, Get an Extended Placement, Query Multiple Placements, Get Active Placements by Company IDs, Get Placements by Talent ID, and Get Placements for a Job endpoints now include the
flsaClassification,remoteWork, andworkScheduleTypeproperties in the response.
Fixed
-
talent_tag_added Webhook Event Was Not Triggered When Talent Information Was Added Through Several Endpoints
Resolved an issue where the talent_tag_added webhook event was not triggered when the following endpoints were used:
- Add Company Experience
- Add Talent Tag
- Add Talent Source
- Add Industry Experience
- Add Talent Quick Title
- Add Citizenship
- Add a Certification
With this fix, the
talent_tag_addedwebhook event is now triggered when talent information is added through any of these endpoints. When multiple tags are added as part of a single operation, the event is triggered only once. -
Update Company Only Saved the Last Representative User
Resolved an issue where the Update a Company endpoint did not correctly save multiple values provided in the
representativeUsersproperty. Previously, when multiple representative user IDs were submitted, only the last ID in the array was saved.With this fix, the endpoint now persists all representative user IDs provided in the
representativeUsersarray. The API response and the Representative Users field in BOLD now accurately reflect the saved values. -
SHL Assessment Results Were Not Synchronized to Talent Records
Resolved an issue where, in rare cases, completed SHL assessment results were not always synchronized to the corresponding talent records in BOLD. In affected cases, valid assessment results were not processed, preventing them from appearing in the talent's Screening tab.
With this fix, BOLD now correctly processes valid SHL assessment results and makes them available in the associated talent record. Assessment payloads that are missing required information continue to be rejected.
-
Add Talent to Pipeline Stage Returned an Incorrect Pipeline ID
Resolved an issue where the Add Talent to Pipeline Stage endpoint returned
0for theidproperty after successfully adding a talent to a pipeline. Previously, the response did not include the identifier of the newly created pipeline record, making it difficult to reference the pipeline in subsequent operations.With this fix, the endpoint now returns the generated pipeline ID in the
idproperty of the response.
Back Office
This section introduces the Avionte Back Office v3 API, along with new webhook events and enhancements.
New API
-
Initial Release of the Avionte Back Office v3 API
Introduced the Avionte Back Office v3 API, including endpoints for Companies, Extra Value, Invoices, Talent, Transactions, and Setup resources. See the API reference for the complete list of available endpoints.
New Events
-
The
TimeEntryBatchReopenedevent is sent when a previously closed time entry batch is reopened. -
The
TransactionDeletedevent is sent when a transaction is deleted.
Enhancement
-
Get Talent Tax Details Now Returns USWithholdingType
The Get Talent Tax Details endpoint now includes the
USWithholdingTypeproperty in the response. -
Get Time Entries by Time Entry Batch GUID Now Returns Additional Time Entry Item Details
The Get Time Entries by Time Entry Batch GUID endpoint now includes atimeEntryItemsarray in the response. Each item provides additional information about a time entry item, including its transaction type, name, system name, taxability, pay unit, item pay, and pay rate.