Manifest API Release Notes
The release notes cover past changes that have been made to the Manifest API.
For future changes, roadmap information, and attending sprint reviews, please see the website for the API Team .
September 29th, 2026
- Added an ITE (Integrated Test Environment) to the Manifest API. This environment requires approval.
September 15th, 2026
- Added the /groups/{id}/directMembers and /groups/{id}/indirectMembers endpoints to get direct and indirect members of a group.
September 1st, 2026
- Fixed a bug in pagination where pages after the first would omit results.
- Fixed a bug in the /groups/{id}/members where nested groups were being returned as members. Nested groups no longer appear as members.
- Added limited filter functionality to the
/groupsendpoint. The filter uses a function-based syntax to specify the attribute to filter on and the value to match.
August 18th, 2026
- Added the /members/{id} and /members/{id}/groups endpoints to provide details about members and their groups.
August 5th, 2026
- Added the /groups/{id} and /groups/{id}/members endpoints to provide details about groups and their members.
June 23rd, 2026
- Initial release of the Mock Manifest API. The Mock Manifest API provides mock data for UW's institutional grouping system, including groups and their members.