---
title: "Search invoice series"
method: POST
path: "/v1/invoice-series/search"
tags: ["InvoiceSeries"]
---

# Search invoice series

`POST /v1/invoice-series/search`

Performs an advanced search for invoice series based on the provided parameters. Supports filtering by organization and status. Results are paginated and can be sorted.

## Request body

- InvoiceSeriesListParams
  - `search` string
  - `sort` string
  - `order` string
  - `count` integer
  - `page` integer
  - `limit` integer
  - `organizationId` string
  - `status` string
  - `offset` integer

## Response `200`

List of matching invoice series

- InvoiceSeriesList
  - `items` InvoiceSeriesDto[]
    - `id` string
    - `user` string
    - `lastUpdate` integer
    - `created` integer
    - `deleted` boolean
    - `organizationId` string
    - `name` string
    - `pattern` string
    - `prefix` string
    - `currentCounter` integer
    - `resetBehavior` string
    - `lastResetYear` integer
    - `lastResetMonth` integer
    - `active` boolean
    - `lastInvoiceNumber` string
    - `lastUsedTimestamp` integer
  - `params` ListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `offset` integer

## Other responses

- `401` — Not authorized

---

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