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

# GET /api/services/app/Appointment/GetListInfo

`GET /api/services/app/Appointment/GetListInfo`

## Query parameters

- `Filter` string
- `IdPatient` integer
- `IdClinicArea` integer
- `IdGroupDoctorLevel` integer
- `IdClinic` integer
- `IdDoctor` integer
- `IdService` integer
- `IdShift` integer
- `FromDate` string, date-time
- `ToDate` string, date-time
- `IdGender` integer
- `FromDobYear` integer
- `ToDobYear` integer
- `HasPicture` 0 | 1 | 2
- `Reason` string
- `Time` string
- `Status` 0 | 1 | 2 | 3 | 4 | -2 | -1
- `PaymentStatus` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfAppointmentInfoDto
  - `items` AppointmentInfoDto[], nullable
    - `id` string, uuid
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `code` string, nullable
    - `treatmentCode` string, nullable
    - `patientCode` string, nullable
    - `patientName` string, nullable
    - `patientGender` string, nullable
    - `patientYear` string, nullable
    - `patientBirthday` string, date-time
    - `patientIdentityCard` string, nullable
    - `patientIdentityDate` string, date-time
    - `patientPhoneNumber` string, nullable
    - `patientEmail` string, nullable
    - `address` string, nullable
    - `clinicName` string, nullable
    - `date` string, date-time
    - `reason` string, nullable
    - `pictures` FileInfoObjectDto[], nullable
      - `id` string, uuid
      - `containerName` string, nullable
      - `fileName` string, nullable
      - `fileType` string, nullable
      - `link` string, nullable
    - `consultationShiftName` 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
    - `source` 0 | 1 | 2 | 3
    - `sourceName` string, nullable
    - `statusName` string, nullable
    - `paymentStatusName` string, nullable
    - `treatmentStatusName` string, nullable
    - `cancelStatusName` string, nullable
  - `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)
