---
title: "Get accounting document numbering series."
method: GET
path: "/rest/api/finance/document-configs/"
tags: ["Finance document"]
---

# Get accounting document numbering series.

`GET /rest/api/finance/document-configs/`

List of numbering series

## Query parameters

- `type` 1 | 5 | 10 | 31
- `offset` integer — Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records)
- `limit` integer — Limit of returned results, max 512 records

## Response `200`

Numbering series array

- object — This object represents list response.
  - `documentConfigs` RestDocumentConfigDTO[] — List of numbering series of accounting documents
    - `id` integer, nullable — Internal ID of the numbering series
    - `type` 1 | 5 | 10 | 31, nullable — Type of accounting document
    - `name` string, nullable — Name of Accounting document numbering series
    - `status` 1 | 0, nullable — Accounting document numbering status
  - `totalCount` integer — Number of matching results
  - `currentOffset` integer — Current list offset
  - `pageResultCount` integer — Number of results per page

## Other responses

- `401` — Authorization failed

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
