---
title: "GET /api/services/app/StopShift/GetAll"
method: GET
path: "/api/services/app/StopShift/GetAll"
tags: ["StopShift"]
---

# GET /api/services/app/StopShift/GetAll

`GET /api/services/app/StopShift/GetAll`

## Query parameters

- `IdClinic` integer
- `IdDoctor` integer
- `IdShift` integer
- `Date` string, date-time
- `FromDate` string, date-time
- `ToDate` string, date-time
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfStopShiftDto
  - `items` StopShiftDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `idClinic` integer, nullable
    - `clinicName` string, nullable
    - `idDoctor` integer, nullable
    - `doctorName` string, nullable
    - `idShift` integer
    - `shiftName` string, nullable
    - `date` string, date-time
    - `isActive` boolean
    - `reason` string, nullable
  - `totalCount` integer

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
