---
title: "GET /api/services/app/PatientSatisfaction/GetList"
method: GET
path: "/api/services/app/PatientSatisfaction/GetList"
tags: ["PatientSatisfaction"]
---

# GET /api/services/app/PatientSatisfaction/GetList

`GET /api/services/app/PatientSatisfaction/GetList`

## Query parameters

- `PatientId` integer
- `ObjectType` 1 | 2 | 3 | 9
- `ObjectId` string
- `Level` 1 | 2 | 3 | 4 | 5
- `Filter` string
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfPatientSatisfactionDto
  - `items` PatientSatisfactionDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `objectType` 1 | 2 | 3 | 9
    - `objectId` string, nullable
    - `patientId` integer
    - `level` 1 | 2 | 3 | 4 | 5
    - `comment` string, nullable — Max length 2000
  - `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)
