Skip to main content
These Legacy APIs may suffer from inconsistencies between endpoints, most likely due to them adhering to a different standard: either v3 or v4. The easiest way of figuring out which standard a Legacy API endpoint adheres to si to check its URL:
  • if it starts with /api/v3/**, then it is definitely a “v3” API.
  • if it contains the name of an application, e.g. /timmi-absences/api/**, then it most likely is a “v4” API.
Here is a recap of behavioral differences between both standards: