Test
Tests
These routes are only open when the app is run with the --test command line flag, and are only used by the unit tests.
Get State
getState No authentication needed Frontend needs to be open
Get complete application state.
See the state.d.ts definition file for what to expect from the state.
Get full config
getFullConfig No authentication needed Frontend needs to be open
Returns the full configuration, without any edited/removed items
See config.d.ts definition file for what to expect.