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

# GET /api/services/app/ConsultationShift/GetAll

`GET /api/services/app/ConsultationShift/GetAll`

## Query parameters

- `Filter` string
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfConsultationShiftDto
  - `items` ConsultationShiftDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `name` string, nullable
    - `shortName` string, nullable
    - `fromTime` string, nullable
    - `toTime` string, nullable
    - `stopTime` integer
    - `holidayFromTime` string, nullable
    - `holidayToTime` string, nullable
    - `desc` string, nullable
    - `isActive` boolean
    - `displayIndex` integer, nullable
    - `isOvertime` boolean
    - `patientLimit` integer
    - `patientLimitOnline` integer
    - `examinationTimePerPatient` integer
    - `errorMargin` integer
  - `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)
