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

# GET /api/services/app/Appointment/ListCancel

`GET /api/services/app/Appointment/ListCancel`

## Query parameters

- `Filter` string
- `IdClinicArea` integer
- `IdGroupDoctorLevel` integer
- `IdClinic` integer
- `IdDoctor` integer
- `IdService` integer
- `IdShift` integer
- `FromDate` string, date-time
- `ToDate` string, date-time
- `CancelStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6
- `CancelReasonType` 0 | 1 | 2 | 3 | 4 | 5
- `TreatmentStatus` 0 | 1 | 2 | 3 | 4 | 5 | -2 | -1
- `PaymentStatus` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13
- `Time` string
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfAppointmentCancelDto
  - `items` AppointmentCancelDto[], nullable
    - `id` integer
    - `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
    - `patientYear` string, nullable
    - `treatmentDate` string, date-time
    - `cancelDate` string, date-time, nullable
    - `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
    - `refundStatus` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13
    - `reasonType` 0 | 1 | 2 | 3 | 4 | 5
    - `reason` string, nullable
    - `notes` 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)
