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

# GET /api/services/app/RequestInvoice/GetAll

`GET /api/services/app/RequestInvoice/GetAll`

## Query parameters

- `Filter` string
- `FromDate` string, date-time
- `ToDate` string, date-time
- `TreatmentStatus` 0 | 1 | 2 | 3 | 4 | 5 | -2 | -1
- `Status` 0 | 1 | 2 | 3 | 4
- `Sorting` string
- `SkipCount` integer
- `MaxResultCount` integer

## Response `200`

Success

- PagedResultDtoOfRequestInvoiceDto
  - `items` RequestInvoiceDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `patientCode` string, nullable
    - `patientName` string, nullable
    - `patientPhone` string, nullable
    - `patientAddress` string, nullable
    - `patientEmail` string, nullable
    - `identityCard` string, nullable
    - `patientBirthday` string, date-time
    - `patientIdCard` string, nullable
    - `treatmentCode` string, nullable
    - `treatmentDate` string, date-time, nullable
    - `receiptDate` string, date-time, nullable
    - `invoicePicture` string, nullable
    - `treatmentStatus` 0 | 1 | 2 | 3 | 4 | 5 | -2 | -1
    - `status` 0 | 1 | 2 | 3 | 4
    - `resultContent` string, nullable
    - `taxCode` string, nullable
    - `companyName` string, nullable
    - `companyAddress` 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)
