HR API Release Notes
The release notes cover past changes that have been made to the HR API.
January 6, 2026
- Added new resource
academicUnits.
June 10, 2025
- Added
costCenterId,costCenterName, andmanagerPositionIdattributes tosupervisoryOrganizationresource. - Added
titleto thestandardJobDescriptionresource.
May 27, 2025
- Added functionality for partial searches via the
filterquery parameter. - Added support for
STARTS_WITH, CONTAINS, ENDS_WITHoperators in thefilterquery parameter. - Check out documentation for the
filterquery parameter: HR API Filter Query Parameter
May 15, 2025
standardJobDescriptionsdata is available in production.
May 01, 2025
salaryStructuresdata is available in production
March 18, 2025
- Added
filterfeature for query parameters. API now supports requests like/supervisoryOrganizations?filter[supervisoryOrganizationType]=Departmentto filter supervisory organizations by type. This feature is available for all resources.
March 04, 2025
- Added new resources
salaryStructuresandstandardJobDescriptions. Currently, the data is only available for mock API.
November 26, 2024
- Added collection endpoint for supervisory organizations. You can now get a list of supervisory organizations by sending a GET request to
/hr/supervisoryOrganizations. - Added support for offset pagination. You can now paginate through the list of supervisory organizations by using the
page[number]query parameters.
August 23, 2024
- Fixed a bug that that prevented the
allSubordinateOrganizationsrelationship from being populated correctly. Supervisory organization hierarchies that contained a superior org of a higher number than its child broke the hierarchy for all indirect subordinate organizations. This issue is now fixed and theallSubordinateOrganizationswill contain all orgs below a given org, as expected.
May 28, 2024
- Added a new relationship to supervisory organization resource
allSubordinateOrganizationsto get all the subordinate supervisory organizations of a supervisory organization. - Added
includefeature for query parameters. API now supports requests like/supervisoryOrganizations/{id}?include=allSubordinateOrganizationsto include supervisory organizations in the response.
April 30, 2024
- Added static workday supervisory organization data
March 19, 2024
- Added mock supervisory organization data
