Working-time-arrangement
List Working Time Arrangements.
This is a beta feature. You may not benefit from this feature. Working-time-arrangements are the replacement for the workcycles. If this feature has not been deployed on your environment, please contact our support.
List of Working Time Arrangements.
GET
/
timmi-settings
/
api
/
working-time-arrangements
Query Parameters
search
string
Find a working time arrangement based on its name.
isPartTime
boolean
When true, only returns part-time working time arrangements.
unit
enum<string>
Filter working time arrangements on their unit.
Available options:
day
, hour
, time
isArchived
boolean
Filter Working Time Arrangements on their archival status. If omitted, both archived and non-archived ones are retrieved.
currentlyAssignedOnly
boolean
Filter Working Time Arrangements assigned to a current work contract and thus to a user
sort
enum<string>
Sort items by property.
Available options:
id
, -id
page
string
Next page token
limit
integer
default: 10Number of items per page
Required range:
0 < x < 100
fields.root
enum<string>
Include collection properties.
Available options:
count
Response
200 - application/json
items
object[]
Was this page helpful?