---
title: "Get invoice series"
method: GET
path: "/v1/invoice-series/{id}"
tags: ["InvoiceSeries"]
---

# Get invoice series

`GET /v1/invoice-series/{id}`

Retrieves a specific invoice series by its ID. User must own the series or be a member of the organization.

## Path parameters

- `id` string, required

## Response `200`

Invoice series found

- 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

## Other responses

- `401` — Not authorized
- `403` — No access to this invoice series
- `404` — Invoice series not found

---

[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/fbe59bacb638/schema)
