Organization
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
Analytical Objects
Reporting
    Usage
    Computation
    Smart Functions
    Entitlement
    Reporting - Settings
      Values for all settings without workspace.getValues for selected settings without workspace.post
    Cache usage
    LLM Endpoints
Export & Automations
Other
Schemas
powered by Zudoku
OpenAPI definition

Reporting - Settings (3.51)

Endpoint:/

Values for all settings without workspace.

GET
/api/v1/actions/resolveSettings

Resolves values for all settings without workspace by current user, organization, or default settings.

Values for all settings without workspace. › Responses

Values for selected settings.

  • contentobject | null · maxLength: 15000

    Free-form JSON object

    Example: {}
  • typestring · enum

    Type of the setting.

    Enum values:
    TIMEZONE
    ACTIVE_THEME
    ACTIVE_COLOR_PALETTE
    ACTIVE_LLM_ENDPOINT
    ACTIVE_CALENDARS
    WHITE_LABELING
    LOCALE
    METADATA_LOCALE
    Example: TIMEZONE
  • idstring · deprecated · required

    Setting ID. Formerly used to identify a type of a particular setting, going to be removed in a favor of setting's type.

GET /api/v1/actions/resolveSettings

Values for selected settings without workspace.

POST
/api/v1/actions/resolveSettings

Resolves values for selected settings without workspace by current user, organization, or default settings.

Values for selected settings without workspace. › Request Body

  • settingsstring[] · required

    An array of setting IDs to resolve.

    Example: ["timezone"]

Values for selected settings without workspace. › Responses

Values for selected settings.

  • contentobject | null · maxLength: 15000

    Free-form JSON object

    Example: {}
  • typestring · enum

    Type of the setting.

    Enum values:
    TIMEZONE
    ACTIVE_THEME
    ACTIVE_COLOR_PALETTE
    ACTIVE_LLM_ENDPOINT
    ACTIVE_CALENDARS
    WHITE_LABELING
    LOCALE
    METADATA_LOCALE
    Example: TIMEZONE
  • idstring · deprecated · required

    Setting ID. Formerly used to identify a type of a particular setting, going to be removed in a favor of setting's type.

POST /api/v1/actions/resolveSettings

EntitlementCache usage