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

# GET /api/services/app/ShiftConfig/GetAll

`GET /api/services/app/ShiftConfig/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

- PagedResultDtoOfShiftConfigDto
  - `items` ShiftConfigDto[], 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
    - `fromTime` string, nullable
    - `toTime` string, nullable
    - `stopTime` integer, nullable
    - `holidayFromTime` string, nullable
    - `holidayToTime` string, nullable
    - `patientLimit` integer, nullable
    - `patientLimitOnline` integer, nullable
    - `examinationTimePerPatient` integer, nullable
    - `errorMargin` integer, nullable
    - `effectiveDate` string, date-time
  - `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)
