Avionté API updates: June
June 30th, 2025
In June 2025, we introduced several updates across both the Front Office and Back Office APIs, including new endpoints and resolved issues. Click the title to view the complete update.
Front Office
This section highlights a resolved issue in the Front Office API.
Fixed
- Resolved an issue with the Update a Talent endpoint where required fields were enforced when updating existing records. Users can now successfully update talent records through the API without including fields that are only required when creating new talent.
Back Office
This section highlights newly added endpoints and a recent fix in the Back Office API.
New endpoints
- Get a List of Suppliers
Returns a list of all Suppliers for the specified Tenant. - Get a List of Branches
Returns a list of all branches for the specified tenant. - Get Multiple Placement by Their PlacementGUIDs
Retrieves multiple placement records using their placementGUIDs and returns the associated talent objects or error details.
Fixed
- Resolved an issue with the Get Paid Talent endpoint where a
201 (Created)
status code was returned on success. The endpoint now returns200 (OK)
.