property_structure
All components of a property as a flat table: one row per component — the property itself, each building, building part/entrance, floor/level and floor area (rental unit). The account_type column identifies the component type.
Authorizations
Query Parameters
Maximum number of rows to return (max 100,000). Use offset for subsequent pages.
1 <= x <= 100000Number 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.
0 <= x <= 500000Opaque 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.
Filter by property_id
Filter by account_id
Filter by floor_area_id
Filter by account_type
Response
Successful Response