In today’s sprint review, we talked about some old parts of the API that we deprecated a while back (several months, in some cases) that we’re finally getting around to removing. This post is a guide for integrators who need to migrate.
Summary of changes
- The entire
isdsendpoint will be removed in favor ofisdLines dttmLoadedwill be removed from meta attributes in favor oflastModified- The
subrecipientsendpoint will lose some attributes:duns_fourrisk_levelrisk_period_end_datesupplier_grouptax_locations
Actions needed
- If your integration uses the
isdsendpoint, point it toisdLinesinstead. All attributes fromisdsare preserved in theisdLinesendpoint, so no further changes should be needed. - If your integration uses the
dttmLoadedmeta attribute (either as a filter or to read the value), change this tolastModified
- If your integration uses any of the deprecated subrecipient attributes, you’ll need to remove them. These attributes are blank for all records in the Finance API, so you’re not losing any information.
Need help?
Contact the ASP API team if you have questions or need any assistance: finance-apis@doit.wisc.edu