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

# GET /api/services/app/Appointment/Get

`GET /api/services/app/Appointment/Get`

## Query parameters

- `Id` string, uuid

## Response `200`

Success

- AppointmentDto
  - `id` string, uuid
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `treatmentCode` string, nullable
  - `code` string, nullable
  - `patientCode` string, nullable
  - `patientName` string, nullable
  - `patientYear` string, nullable
  - `patientGender` string, nullable
  - `idClinicArea` integer
  - `clinicAreaName` string, nullable
  - `idClinic` integer, nullable
  - `clinicName` string, nullable
  - `idGroupDoctorLevel` integer, nullable
  - `groupDoctorLevelName` string, nullable
  - `doctorLevelName` string, nullable
  - `idDoctor` integer, nullable
  - `doctorName` string, nullable
  - `ticketDoctorName` string, nullable
  - `serviceName` string, nullable
  - `reason` string, nullable
  - `reasonPicture` string, nullable
  - `amount` integer
  - `requestSkinCare` boolean
  - `date` string, date-time
  - `idConsultationShift` integer
  - `consultationShiftName` string, nullable
  - `index` integer
  - `examinationTimeRange` string, nullable
  - `expectedTime` string, nullable
  - `time` string, nullable
  - `status` 0 | 1 | 2 | 3 | 4 | -2 | -1
  - `treatmentStatus` 0 | 1 | 2 | 3 | 4 | 5 | -2 | -1
  - `cancelStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6
  - `paymentStatus` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13
  - `statusName` string, nullable
  - `paymentStatusName` string, nullable
  - `treatmentStatusName` string, nullable
  - `cancelStatusName` string, nullable
  - `source` 0 | 1 | 2 | 3
  - `sourceName` string, nullable
  - `roomNumber` string, nullable
  - `departmentName` string, nullable
  - `surveyHref` string, nullable
  - `surveyTitle` string, nullable
  - `surveyDesc` string, 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)
