Get global settings #
Retrieves the global settings for dashboards.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/dashboard/global-settings
Method: GET
Javascript #
kuzzle.query({
controller: 'dashboard-builder/dashboard',
action: 'getGlobalSettings',
});
Response #
The response contains the global settings for dashboards.
Example Response #
{
"maxWidgetWaitingMs": 10000
}
Global Settings Properties #
Arguments | Type | Description |
---|---|---|
maxWidgetWaitingMs | number | Maximum waiting time (in milliseconds) for a widget to load. |