Get table column config
Server-driven column catalog for an admin table: which columns the entity has, how to render each cell, and how to sort or inline-edit it. The client renders exactly the columns returned.
The response varies by:
- organization — columns can be gated on the org’s feature flags (for example the check-in, test-result and queue columns), so never assume a fixed column set;
- locale —
headers are returned in the authenticated user’s language.
This endpoint returns only the column config, not the rows. Fetch the row
data from the entity’s own JSON:API resource collection (the resource type
matches entityType, except queue-ticket-bookings, which reads from
bookings), and save inline edits by PATCHing that resource. See the
“Table Configuration” guide for the full cell-type and inline-edit contract.
Autorisierungen
The access token received from the authorization server in the OAuth 2.0 flow.
Header
Bearer Token
Pfadparameter
The entity whose column catalog to return.
booking-passes, bookings, businesses, communities, customers, invoices, orders, plan-subscriptions, queue-ticket-bookings, resources, services, vouchers Abfrageparameter
Organization ID