---
title: "This operation provides the master data for 3-S-Zentralen."
method: GET
path: "/szentralen"
---

# This operation provides the master data for 3-S-Zentralen.

`GET /szentralen`

Get a QueryResult object containing SZentralen objects from the database applying to the parameters described below.
QueryResult is a container providing the following information about the query result.
  1. the total number of hits
  2. the maximum number of hits to be returned in that QueryResult object
  3. the offset of the first hit returned in that QueryResult object with respect to all hits returned by the query
  4. the result objects

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

3-S-Zentralen data

- SZentraleQuery
  - `limit` integer — maximum number of result objects to be returned
  - `offset` integer — offset of the first result object with respect to the total number of hits produced by the query
  - `result` SZentrale[] — result objects produced by that query
    - `address` Address
      - `city` string
      - `houseNumber` string
      - `street` string
      - `zipcode` string
    - `email` string — email adress of the 3-S-Zentrale (no longer supported!)
    - `internalFaxNumber` string — internal fax number
    - `internalPhoneNumber` string — internal phone number
    - `mobilePhoneNumber` string — mobile phone number (no longer supported!)
    - `name` string — unique identifier of 3SZentrale
    - `number` integer — unique identifier for SZentrale
    - `publicFaxNumber` string — public fax number
    - `publicPhoneNumber` string
  - `total` integer — total number of hits produced by that query

## Other responses

- `400` — bad request (illegal parameter or illegal parameter value)
- `404` — not found
- `500` — internal server error

---

[API](https://skmtc.net/stainless-api/apis/stada-station-data.md) · [All operations](https://skmtc.net/stainless-api/apis/stada-station-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/stada-station-data/versions/2a72886a1ec3/schema)
