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

# GET /api/services/app/ServiceSuspension/GetAll

`GET /api/services/app/ServiceSuspension/GetAll`

## Query parameters

- `Filter` string
- `IdClinic` integer
- `Scope` 0 | 1 | 2
- `Date` string, date-time
- `FromDate` string, date-time
- `ToDate` string, date-time
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfServiceSuspensionDto
  - `items` ServiceSuspensionDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `startDate` string, date-time
    - `endDate` string, date-time
    - `scope` 0 | 1 | 2
    - `targetId` integer, nullable
    - `reason` 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)
