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

# GET /api/services/app/Bank/GetAll

`GET /api/services/app/Bank/GetAll`

## Query parameters

- `IdBankType` integer
- `Filter` string
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfBankDto
  - `items` BankDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `idBankType` integer
    - `bankTypeName` string, nullable
    - `name` string, nullable
    - `brandName` string, nullable
    - `logo` string, uuid, nullable
    - `logoType` string, nullable — Length 0–32
    - `logoShort` string, uuid, nullable
    - `logoShortType` string, nullable — Length 0–32
    - `isActive` boolean
    - `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)
