---
title: "List substitute rest days"
method: GET
path: "/v1/organizations/{orgId}/substitute-rest-days"
tags: ["Substitute Rest Days"]
---

# List substitute rest days

`GET /v1/organizations/{orgId}/substitute-rest-days`

## Path parameters

- `orgId` string, required

## Query parameters

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

## Response `200`

List of substitute rest days

- SubstituteRestDayList
  - `items` SubstituteRestDayDto[]
    - `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
    - `workDate` string
    - `workType` string
    - `workMinutes` integer
    - `deadlineDate` string
    - `restDate` string
    - `status` string
    - `lastUpdate` integer
    - `created` integer
  - `params` SubstituteRestDayListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `contractId` string
    - `status` 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)
