UI Integration API
The UI Integration API (IPA Mock API) demonstrates how a Client API should respond to display data for Grid and KPI UI components.
It is organized into two categories, each with a single GET operation: Grid Components, which returns paginated, sortable, and filterable table data, and KPI Components, which returns a single aggregated value with a title, value, footer, and link. Both operations accept a reference_id identifying the account or entity the data belongs to, plus optional language and locale parameters for localized content.
Since this is a mock/reference implementation, the responses shown here illustrate the exact JSON shape your own Client API must produce — including the data/meta.pagination structure for grids — so that HORISEN front-end applications can render the components correctly through the Integration Proxy API.