Notes
Some SIS users have reported that expected testing data is missing from the API. We’re currently investigating this problem with the ATP Workday developers and awaiting a true-up file for Cost Centers (CC), as some test CC were originally added without a Company or affliation with a Cost Center Hierarchy and do not appear in responses for SIS campus’ filtering by their campus. We’ve believe that we’re accurately representing what’s in the Wisc7 tenant, but please do contact us if you find that the API is missing any records for tests you’re running.
We’ve added some new filters for Sponsors that we got a requests for additional filters on the city and state fields.
/sponsors?filter[sponsor_city]=CONTAINS:
/sponsors?filter[sponsor_state]=CONTAINS:
/sponsrs?filter[sponsor_state_code]=CONTAINS:
We talked a bit about our progress on an issue with hierarchy filters. You previously could use ancestorOf and descendantOf filters on hierarchies, but they didn’t always play nicely when combined with other filters.
After some internal refactoring updates now show correct counts when filtering decendants by Company. Previously if you tried to filter a decendantOf & ancestorOf no longer throws a terminal error – with the new updates the behavior has changed for the better – now the combination of decendantOf & ancestorOf with company filter works – though please note that it is inclusive of the ID you’re using, so it will include that ID in in the response.