Skip to main content
GET
offers

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

creditor_id
string

Filter by creditor_id

status_text
string

Filter by status_text

Response

Successful Response

property_id
integer
offer_hdr_id
integer
cost_center_id
string
cost_center_id_name
string
floor_area_id
string
request_id
integer
request_nr
string
contract_id
integer
order_id
integer
project_account_id
integer
offer_nr
string
offer_name
string
offer_type
string
offer_value
number
status_text
string
creditor_id
integer
priority_text
string
offer_start_date
string<date>
offer_end_date
string<date>
comment
string
offer_accepted
boolean
order_accepted_offer
boolean