Skip to main content
GET
technical_objects

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

type
string

Filter by type

Response

Successful Response

join_key
string
property_id
integer
sk_properties
integer
floor_area_id
integer
creditor_id
integer
sk_creditor
integer
to_id
integer
to_nr
string
name
string
type
string
responsible_person
string
built_date
string<date>
warranty_begin_date
string<date>
warranty_end_date
string<date>
inspection_date
string<date>
maintenance_date
string<date>
comment
string
is_meter
boolean
is_maintenance_relevant
boolean
maintenance_type
string
maintenance_creditor_id
string
maintenance_creditor_name
string
is_inspection_relevant
boolean
inspection_type
string
inactive
boolean
service_contract_id
string