Skip to main content
GET
tenants

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:1000

Maximum number of rows to return (max 100,000). Use offset for subsequent pages.

Required range: 1 <= x <= 100000
offset
integer
default:0

Number of rows to skip (max 500,000). Use with limit for pagination. Results are returned in a stable order (configured sort key per table, fallback to physical row order) — pages are gapless and duplicate-free as long as the dataset does not change between requests. The response headers X-Total-Count, X-Has-More and X-Next-Offset contain pagination metadata. For large datasets use filters or /raw/{table_name} for full-table exports.

Required range: 0 <= x <= 500000
cursor
string

Opaque pagination cursor from the X-Next-Cursor response header of the previous page. Cannot be combined with offset > 0. When X-Next-Cursor is absent in the response, all rows have been fetched.

property_id
string

Filter by property_id

floor_area_id
string

Filter by floor_area_id

contract_end_actual
string

Filter by contract_end_actual

Response

Successful Response

property_id
integer
floor_area_id
integer
floor_area_person_id
integer
sk_tenants_floor_area
integer
person_id
string
property_id_person_id
integer
sk_tenants_property_person
integer
person_name
string
person_id_name
string
name_1
string
name_2
string
name_combined
string
street_nr
string
zipcode_city
string
address
string
contact_phone_main
string
contact_mail
string
phone_1
string
phone_2
string
phone_3
string
iban
string
bank
string
homepage
string
contract_begin
string<date>
contract_end
string<date>
contract_end_option
string<date>
contract_end_actual
string<date>
option_valid_until
string<date>
rn
integer