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
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /options/app-vars | Core | Get App Vars | OptionController@getAppVars |
GET | /options/sidebar-menu-html | Core | Get Sidebar Menu HTML | OptionController@getSidebarMenuHtml |
GET | /options/menu-items | Core | Get Menu Items | OptionController@getMenuItems |