---
title: "List WorkCycleExceptions."
method: GET
path: "/api/v3/workcycleExceptions"
tags: ["WorkCycleExceptions"]
---

# List WorkCycleExceptions.

`GET /api/v3/workcycleExceptions`

Retrieve a paginated list of WorkCycleExceptions that satisfy the 
given query filters.

## Query parameters

- `fields` string[]
- `id` integer[]
- `ownerId` integer[]
- `isAm` boolean
- `startsAt` string
- `deletedAt` 'notequal,null' | 'null'
- `unit` 0 | 1 | 2 — A (work) event can be defined in one of 3 units. The unit must conform to the one defined by the applicable work-cycle of the given employee for the given date. - `0`: "days", the event duration is defined as a fraction of a (work) day. - `1`: "hours", the event duration is defined as a number of hours. - `2`: "time", the event duration is defined as a number of hours, at the time component of the `startsAt` property indicates the starting time.
- `paging` string
- `orderBy` string[]

## Response `200`

OK

- object
  - `data` object
    - `count` integer
    - `items` WorkCycleException[]
      - unknown

## Other responses

- `400` — Problem
- `401` — Problem
- `404` — Problem
- `500` — Problem

---

[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)
