---
title: "List rest period violations"
method: GET
path: "/v1/organizations/{orgId}/rest-period-violations"
tags: ["Rest Period Violations"]
---

# List rest period violations

`GET /v1/organizations/{orgId}/rest-period-violations`

## Path parameters

- `orgId` string, required

## Query parameters

- `sort` string
- `order` string
- `page` integer
- `limit` integer
- `contractId` string
- `status` string
- `violationType` string

## Response `200`

List of rest period violations

- RestPeriodViolationList
  - `items` RestPeriodViolationDto[]
    - `id` string
    - `contractId` string
    - `user` string
    - `member` Member
      - `uid` string
      - `firstname` string
      - `lastname` string
      - `email` string
      - `employeeId` string
      - `imageUrl` string
      - `deleted` boolean
      - `activity` Activity
        - `projectId` string
        - `projectTitle` string
        - `projectColor` integer
        - `taskId` string
        - `startDateTime` string
        - `endDateTime` string
        - `location` string
        - `running` boolean
      - `displayName` string
      - `initials` string
    - `workEndAt` integer
    - `workStartAt` integer
    - `actualRestMinutes` integer
    - `requiredRestMinutes` integer
    - `deficitMinutes` integer
    - `violationType` string
    - `status` string
    - `acknowledgedBy` string
    - `acknowledgedAt` integer
    - `lastUpdate` integer
    - `created` integer
  - `params` RestPeriodViolationListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `contractId` string
    - `status` string
    - `violationType` string
    - `offset` integer

## Other responses

- `401` — Not authorized

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
