---
title: "Get a Working Time Arrangement by id."
method: GET
path: "/schedule/api/working-time-arrangements/{workingTimeArrangementId}"
tags: ["Working Time Arrangements"]
---

# Get a Working Time Arrangement by id.

`GET /schedule/api/working-time-arrangements/{workingTimeArrangementId}`

<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

## Response `200`

OK

- WorkingTimeArrangement — A working time arrangement is an object aimed at drawing employees populations regarding time management rules. It is attached to employees through their work contract and essentially dictates: - their contractual working time, ie how many hours / days they are paid for each week / year. - a full time equivalent based on the the ratio between this contractual work duration and a "full time work duration". - a succession of Collective Schedules that describe their usual working hours. - the applicable regulation in Lucca Timesheet.
  - `id` integer, required — The unique identifier of this Working Time Arrangement.
  - `name` string, required — The unique name for this Working Time Arrangement.
  - `description` string, nullable, required — An optional description.
  - `unit` 'day' | 'hour' | 'time', required — An event can be set in: - Day: "I worked for a half day last Monday". - Hour: "I worked for 2 hours last Monday". - Time: "I worked between 10:00 AM and 12:00 AM last Monday".
  - `referencePeriod` union — The period the Contract Working Time Duration applies over.
    - ReferenceWeek
      - `frequencyType` 'week' | 'year', required
      - `firstDayOfWeek` 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday', required
    - ReferenceYear
      - `frequencyType` 'week' | 'year', required
      - `firstMonth` 'january' | 'february' | 'march' | 'april' | 'may' | 'june' | 'july' | 'august' | 'september' | 'october' | 'november' | 'december', required
  - `contractWorkingTimeDuration` Duration
    - `iso` string, duration — ISO-8601 formatted duration.
    - `unit` 'day' | 'hour'
  - `referenceWorkingTimeDuration` Duration
    - `iso` string, duration — ISO-8601 formatted duration.
    - `unit` 'day' | 'hour'
  - `fullTimeEquivalent` number, required — By default, equal to the ratio between the Contract Working Time Duration and the Reference Working Time Duration.
  - `fullDayAbsence` FullDayAbsence
    - `duration` Duration, required
      - `iso` string, duration — ISO-8601 formatted duration.
      - `unit` 'day' | 'hour'
    - `absenceAccountIds` integer[], required — The identifiers of the absence accounts this full day absence applies to.
    - `absenceCategoryIds` integer[], required — The identifiers of the absence categories this full day absence applies to.
  - `publicHolidaysCalendar` object, required — Unique identifier of the Public Holidays Calendar applicable to these employees.
    - `id` integer, required — The unique identifier of this holiday calendar.
    - `name` string, nullable
  - `isPartTime` boolean, required — True whenever the Full Time Equivalent is below 1 (eg <100%).
  - `isArchived` boolean, required — True whenever this Working Time Arrangement should no longer be given to employees.
  - `isScheduleValid` boolean, required — False if there is not at least one Collective Schedule. In this case, the Working Time Arrangement can't be given to any employee through his Work Contract.
  - `currentAssignmentsCount` integer
  - `timesheetRegulation` TimesheetRegulation
    - `id` integer, required
    - `name` string, required
  - `currentSchedulePatternSummary` SchedulePatternSummary
    - `shape` 'singleWeek' | 'oddEvenWeeks', required
    - `days` object[], required
      - `dayOffType` 'off' | 'partTime' | 'weeklyRest' — When a user requests a leave during a period, the type of day off defines whether the off days of the period must be counted according to the settings of the absence (unit and part time policy).
      - `workPosition` 'firstHalf' | 'secondHalf' | 'fullDay'
      - `workDuration` number, nullable
      - `workDurationUnit` 'day' | 'hour' — Duration unit: days or hours.
  - `authorizedCommands` string[], required — The actions the current authenticated User can make on this Working Time Arrangement. Depends on his permissions.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
