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

# GET /api/services/app/Clinic/Get

`GET /api/services/app/Clinic/Get`

## Query parameters

- `Id` integer

## Response `200`

Success

- ClinicDto
  - `id` integer
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `name` string, nullable
  - `shortName` string, nullable
  - `roomNumber` string, nullable
  - `groupCode` string, nullable
  - `idClinicArea` integer
  - `areaName` string, nullable
  - `idService` integer, nullable
  - `idGroupDoctorLevel` integer, nullable
  - `idDepartment` integer, nullable
  - `departmentName` string, nullable
  - `isActive` boolean
  - `isOvertime` boolean
  - `allowHoliday` 0 | 1 | 2
  - `allowEarlyMorning` 0 | 1 | 2
  - `allowNoLimit` 0 | 1 | 2
  - `allowEstimate` 0 | 1 | 2
  - `displayIndex` integer, nullable

---

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