---
title: "GET /api/v1.0/{appId}/invoices/ListInvoices"
method: GET
path: "/api/v1.0/{appId}/invoices/ListInvoices"
tags: ["Invoices"]
---

# GET /api/v1.0/{appId}/invoices/ListInvoices

`GET /api/v1.0/{appId}/invoices/ListInvoices`

## Path parameters

- `appId` string, required

## Query parameters

- `storeId` integer, required
- `limit` integer
- `page` integer

## Response `200`

OK

- RestApiFinanceSearchPaginationResultInvoice — Rest api finance search pagination result
  - `NextPage` string, required — Next page
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` Invoice[], required — Generic data object.
    - `InvoiceNumber` string — Invoice Number
    - `StartDay` string, date-time — The start day of the invoice period.
    - `EndDay` string, date-time — The end day of the invoice period.

## Other responses

- `204` — NoContent
- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
