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 , and managerPositionId attributes to supervisoryOrganization resource.
  • Added title to the standardJobDescription resource.

May 27, 2025

  • Added functionality for partial searches via the filter query parameter.
  • Added support for STARTS_WITH, CONTAINS, ENDS_WITH operators in the filter query parameter.
  • Check out documentation for the filter query parameter: HR API Filter Query Parameter

May 15, 2025

  • standardJobDescriptions data is available in production.

May 01, 2025

  • salaryStructures data is available in production

March 18, 2025

  • Added filter feature for query parameters. API now supports requests like /supervisoryOrganizations?filter[supervisoryOrganizationType]=Department to filter supervisory organizations by type. This feature is available for all resources.

March 04, 2025

  • Added new resources salaryStructures and standardJobDescriptions . 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 allSubordinateOrganizations relationship 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 the allSubordinateOrganizations will contain all orgs below a given org, as expected.

May 28, 2024

  • Added a new relationship to supervisory organization resource allSubordinateOrganizations to get all the subordinate supervisory organizations of a supervisory organization.
  • Added include feature for query parameters. API now supports requests like /supervisoryOrganizations/{id}?include=allSubordinateOrganizations to include supervisory organizations in the response.

April 30, 2024

  • Added static workday supervisory organization data

March 19, 2024

  • Added mock supervisory organization data


Keywords:
hr-api 
Doc ID:
158636
Owned by:
Jared K. in DoIT Enterprise Integration - API Team
Created:
2026-02-16
Updated:
2026-02-16
Sites:
DoIT Enterprise Integration - API Team