Working Time Arrangements
Get a Working Time Arrangement by id.
<Warning> **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. </Warning>Get a Working Time Arrangement by id
get/schedule/api/working-time-arrangements/{workingTimeArrangementId}
Response
OK
Example response
{
"contractWorkingTimeDuration": {
"iso": "PT7H30M"
},
"referenceWorkingTimeDuration": {
"iso": "PT7H30M"
},
"fullDayAbsence": {
"duration": {
"iso": "PT7H30M"
}
}
}