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

# GET /api/services/app/ConsultationShift/Get

`GET /api/services/app/ConsultationShift/Get`

## Query parameters

- `Id` integer

## Response `200`

Success

- ConsultationShiftDto
  - `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

---

[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)
