Skip to content

Changelog

  • 26.06.2026:
    • Added v1/time-sheet-days endpoint to manage time sheet days, including a by-user lookup by userId and day (created on demand).
    • Added v1/time-sheet-weeks endpoint to manage time sheet weeks, including a by-user lookup by userId and weekStart (created on demand).
    • Added v1/time-sheet-months endpoint to manage time sheet months, including a by-user lookup by userId and month (created on demand).
    • Added read-only dayStatus property and filter to the v1/time-entries endpoint, reflecting the approval status of the entry's time sheet day.
    • Added submittedAt and approvedAt filters to the v1/time-sheet-days endpoint.
    • Added read-only daySubmittedAt and dayApprovedAt properties and filters to the v1/time-entries endpoint, reflecting when the entry's time sheet day was submitted/approved.
  • 05.08.2025:
  • 29.07.2025:
  • 11.07.2025:
    • Added userIds to v1/gangs endpoint to manage gang members.
    • Added deactivatedAt to v1/users.
    • Removed DELETE operation from v1/users endpoint for safety reasons. Use deactivatedAt instead.
  • 07.07.2025:
  • 01.07.2025:
  • 26.05.2025: Added new v1/projects endpoint to manage projects.
  • 01.05.2025: Initial release of the public API specification.