University of Wisconsin–Madison

Month: September 2024

Release notes: Sprint 53

Notes Some special announcements this time; Special Characters in identifiers Workday reference IDs can sometimes have special characters in them, like customer invoice AR-0001907-08/04/22. The date with the slashes is part of the ID. We can expect to see identifiers like this coming from Workday. If you try to query the API for that ID, …

Naming convention update migration guide

The Finance API is standardizing all our naming conventions, which had wandered a bit. All endpoints, attribute names, and filters will now use camel case when combining multiple words. Users of the Finance API will need to update their integrations to recognize the new names. Details of the elements whose names will change are in …

Release notes: Sprint 52

Notes This sprint we found and fixed a bug that affected the links section of all API responses. These are usually used for navigating between pages when there are too many results to fit in a single response. The bug caused those links to return an error message instead of the expected data. This is …