Time offs
Guide
- Use this guide alongside the API reference for Time offs
There are 3 types of Time off in Runn:
- leave: Scheduled Leave. This can been entered either in the web app, by CSV import or via the API using POST /time-offs/leave . We have options for bulk inserting and bulk deleting leave via the API too.
- holiday: Days off created through the Public Holidays feature in the web app.
- rostered-off: For rostered days off. This time off type is set automatically based on a person's contract. It is possible to delete a rostered day off in the web app or via the API
You can fetch time offs for each type with the following endpoints and optionally filter by personId too.
Updated 3 months ago