Changelog

This log records all the changes made to the API, along with the corresponding versions that are associated with each new addition.

2023-02-04

Updated PeopleForce custom fields approach:

  • Added version 2 of the API.
    • Replaced UUID with internal_name property to address custom fields.
    • Updated the group field to a hash with id and name subfields.
    • Added options field, which is an array of hashes with id and value [value1, value2, ...] subfields for single and multi-select field types.
    • Updated the following endpoints to reflect the changes
      • v2/employee_fields
      • v2/candidate_fields
      • v2/vacancy_fields
    • Added a dropdown in the header of the page to switch between API v1 and v2 documentation.