Skip to content

Options API

Portal bootstrap variables, server-rendered sidebar HTML, and menu item payloads.

Authentication

Options routes are portal routes and are primarily used by the Vue portal shell.

Endpoints

MethodPathEditionOperationWhat it does
GET/options/app-varsCoreGet App VarsReturns the bootstrap payload the portal SPA needs — current user, permissions, feature flags, branding and route configuration — together with the sidebar menu groups.
GET/options/sidebar-menu-htmlCoreGet Sidebar Menu HTMLReturns the server-rendered sidebar HTML together with the spaces the current user can act in, each carrying its resolved permissions, membership and topics.
GET/options/menu-itemsCoreGet Menu ItemsReturns the sidebar menu groups on their own, for refreshing navigation without refetching the full bootstrap payload.

FluentCommunity developer documentation