---
title: "GET /api/services/app/Doctor/GetAll"
method: GET
path: "/api/services/app/Doctor/GetAll"
tags: ["Doctor"]
---

# GET /api/services/app/Doctor/GetAll

`GET /api/services/app/Doctor/GetAll`

## Query parameters

- `Filter` string
- `IdDoctorLevel` integer
- `IdClinicArea` integer
- `OnlyActive` boolean
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfDoctorDto
  - `items` DoctorDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `name` string, nullable
    - `shortName` string, nullable
    - `idGender` integer
    - `genderName` string, nullable
    - `profilePictureId` string, uuid, nullable
    - `idDoctorLevel` integer
    - `levelName` string, nullable
    - `idClinicArea` integer, nullable
    - `areaName` string, nullable
    - `isActive` boolean
    - `allowEstimate` 0 | 1 | 2
    - `displayIndex` integer, 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)
