---
title: "Get Number Ranges"
method: GET
path: "/v2/configuration/numberRanges"
tags: ["Configuration"]
---

# Get Number Ranges

`GET /v2/configuration/numberRanges`

Returns all available Number Ranges

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

The available Number Ranges

- JTLWawiRestContractsModelsV1NumberRangesNumberRangeItem[]
  - `identifier` string, uuid — Schlüssel für einen Nummernkreis Datensatz
  - `name` string — The Name of the Number Range
  - `description` string — The Name of the Number Range
  - `prefix` string — The Number Prefix for the NumberRange
  - `currentNumber` integer — The Current Number of the NumberRange
  - `suffix` string — The Number Suffix for the NumberRange
  - `maxLength` integer — The Max Length of an Number Range
  - `companyId` string, uuid — Represents a key for identifying a firm within the application.
  - `exampleNumber` string — The Example of a Number
  - `isDeletable` boolean — Can the Number Range be deleted

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
