Skip to content

Latest commit

 

History

History
1823 lines (1787 loc) · 225 KB

File metadata and controls

1823 lines (1787 loc) · 225 KB

gooddata-api-client

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: v0
  • Package version: 1.41.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python >=3.6

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import gooddata_api_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import gooddata_api_client

Getting Started

Please follow the installation procedure and then run the following:

import time
import gooddata_api_client
from pprint import pprint
from gooddata_api_client.api import ai_api
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = gooddata_api_client.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with gooddata_api_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ai_api.AIApi(api_client)
    workspace_id = "workspaceId_example" # str | 

    try:
        # (BETA) Sync Metadata to other services
        api_instance.metadata_sync(workspace_id)
    except gooddata_api_client.ApiException as e:
        print("Exception when calling AIApi->metadata_sync: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AIApi metadata_sync POST /api/v1/actions/workspaces/{workspaceId}/metadataSync (BETA) Sync Metadata to other services
AIApi metadata_sync_organization POST /api/v1/actions/organization/metadataSync (BETA) Sync organization scope Metadata to other services
APITokensApi create_entity_api_tokens POST /api/v1/entities/users/{userId}/apiTokens Post a new API token for the user
APITokensApi delete_entity_api_tokens DELETE /api/v1/entities/users/{userId}/apiTokens/{id} Delete an API Token for a user
APITokensApi get_all_entities_api_tokens GET /api/v1/entities/users/{userId}/apiTokens List all api tokens for a user
APITokensApi get_entity_api_tokens GET /api/v1/entities/users/{userId}/apiTokens/{id} Get an API Token for a user
AnalyticsModelApi get_analytics_model GET /api/v1/layout/workspaces/{workspaceId}/analyticsModel Get analytics model
AnalyticsModelApi set_analytics_model PUT /api/v1/layout/workspaces/{workspaceId}/analyticsModel Set analytics model
AppearanceApi create_entity_color_palettes POST /api/v1/entities/colorPalettes Post Color Pallettes
AppearanceApi create_entity_themes POST /api/v1/entities/themes Post Theming
AppearanceApi delete_entity_color_palettes DELETE /api/v1/entities/colorPalettes/{id} Delete a Color Pallette
AppearanceApi delete_entity_themes DELETE /api/v1/entities/themes/{id} Delete Theming
AppearanceApi get_all_entities_color_palettes GET /api/v1/entities/colorPalettes Get all Color Pallettes
AppearanceApi get_all_entities_themes GET /api/v1/entities/themes Get all Theming entities
AppearanceApi get_entity_color_palettes GET /api/v1/entities/colorPalettes/{id} Get Color Pallette
AppearanceApi get_entity_themes GET /api/v1/entities/themes/{id} Get Theming
AppearanceApi patch_entity_color_palettes PATCH /api/v1/entities/colorPalettes/{id} Patch Color Pallette
AppearanceApi patch_entity_themes PATCH /api/v1/entities/themes/{id} Patch Theming
AppearanceApi update_entity_color_palettes PUT /api/v1/entities/colorPalettes/{id} Put Color Pallette
AppearanceApi update_entity_themes PUT /api/v1/entities/themes/{id} Put Theming
AttributeHierarchiesApi create_entity_attribute_hierarchies POST /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies Post Attribute Hierarchies
AttributeHierarchiesApi delete_entity_attribute_hierarchies DELETE /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Delete an Attribute Hierarchy
AttributeHierarchiesApi get_all_entities_attribute_hierarchies GET /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies Get all Attribute Hierarchies
AttributeHierarchiesApi get_entity_attribute_hierarchies GET /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Get an Attribute Hierarchy
AttributeHierarchiesApi patch_entity_attribute_hierarchies PATCH /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Patch an Attribute Hierarchy
AttributeHierarchiesApi update_entity_attribute_hierarchies PUT /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Put an Attribute Hierarchy
AttributesApi get_all_entities_attributes GET /api/v1/entities/workspaces/{workspaceId}/attributes Get all Attributes
AttributesApi get_entity_attributes GET /api/v1/entities/workspaces/{workspaceId}/attributes/{objectId} Get an Attribute
AutomationsApi create_entity_automations POST /api/v1/entities/workspaces/{workspaceId}/automations Post Automations
AutomationsApi delete_entity_automations DELETE /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Delete an Automation
AutomationsApi get_all_entities_automations GET /api/v1/entities/workspaces/{workspaceId}/automations Get all Automations
AutomationsApi get_automations GET /api/v1/layout/workspaces/{workspaceId}/automations Get automations
AutomationsApi get_entity_automations GET /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Get an Automation
AutomationsApi patch_entity_automations PATCH /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Patch an Automation
AutomationsApi set_automations PUT /api/v1/layout/workspaces/{workspaceId}/automations Set automations
AutomationsApi trigger_automation POST /api/v1/actions/workspaces/{workspaceId}/automations/trigger Trigger automation.
AutomationsApi trigger_existing_automation POST /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/trigger Trigger existing automation.
AutomationsApi update_entity_automations PUT /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Put an Automation
AvailableDriversApi get_data_source_drivers GET /api/v1/options/availableDrivers Get all available data source drivers
CSPDirectivesApi create_entity_csp_directives POST /api/v1/entities/cspDirectives Post CSP Directives
CSPDirectivesApi delete_entity_csp_directives DELETE /api/v1/entities/cspDirectives/{id} Delete CSP Directives
CSPDirectivesApi get_all_entities_csp_directives GET /api/v1/entities/cspDirectives Get CSP Directives
CSPDirectivesApi get_entity_csp_directives GET /api/v1/entities/cspDirectives/{id} Get CSP Directives
CSPDirectivesApi patch_entity_csp_directives PATCH /api/v1/entities/cspDirectives/{id} Patch CSP Directives
CSPDirectivesApi update_entity_csp_directives PUT /api/v1/entities/cspDirectives/{id} Put CSP Directives
ComputationApi compute_label_elements_post POST /api/v1/actions/workspaces/{workspaceId}/execution/collectLabelElements Listing of label values. The resulting data are limited by the static platform limit to the maximum of 10000 rows.
ComputationApi compute_report POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute Executes analytical request and returns link to the result
ComputationApi compute_valid_descendants POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidDescendants (BETA) Valid descendants
ComputationApi compute_valid_objects POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidObjects Valid objects
ComputationApi explain_afm POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/explain AFM explain resource.
ComputationApi key_driver_analysis POST /api/v1/actions/workspaces/{workspaceId}/execution/computeKeyDrivers (EXPERIMENTAL) Compute key driver analysis
ComputationApi key_driver_analysis_result GET /api/v1/actions/workspaces/{workspaceId}/execution/computeKeyDrivers/result/{resultId} (EXPERIMENTAL) Get key driver analysis result
ComputationApi retrieve_execution_metadata GET /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute/result/{resultId}/metadata Get a single execution result's metadata.
ComputationApi retrieve_result GET /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute/result/{resultId} Get a single execution result
ContextFiltersApi create_entity_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts Post Context Filters
ContextFiltersApi delete_entity_filter_contexts DELETE /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Delete a Context Filter
ContextFiltersApi get_all_entities_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts Get all Context Filters
ContextFiltersApi get_entity_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Get a Context Filter
ContextFiltersApi patch_entity_filter_contexts PATCH /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Patch a Context Filter
ContextFiltersApi update_entity_filter_contexts PUT /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Put a Context Filter
CookieSecurityConfigurationApi get_entity_cookie_security_configurations GET /api/v1/entities/admin/cookieSecurityConfigurations/{id} Get CookieSecurityConfiguration
CookieSecurityConfigurationApi patch_entity_cookie_security_configurations PATCH /api/v1/entities/admin/cookieSecurityConfigurations/{id} Patch CookieSecurityConfiguration
CookieSecurityConfigurationApi update_entity_cookie_security_configurations PUT /api/v1/entities/admin/cookieSecurityConfigurations/{id} Put CookieSecurityConfiguration
DashboardsApi create_entity_analytical_dashboards POST /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards Post Dashboards
DashboardsApi delete_entity_analytical_dashboards DELETE /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Delete a Dashboard
DashboardsApi get_all_entities_analytical_dashboards GET /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards Get all Dashboards
DashboardsApi get_entity_analytical_dashboards GET /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Get a Dashboard
DashboardsApi patch_entity_analytical_dashboards PATCH /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Patch a Dashboard
DashboardsApi update_entity_analytical_dashboards PUT /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Put Dashboards
DataFiltersApi create_entity_user_data_filters POST /api/v1/entities/workspaces/{workspaceId}/userDataFilters Post User Data Filters
DataFiltersApi create_entity_workspace_data_filter_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings Post Settings for Workspace Data Filters
DataFiltersApi create_entity_workspace_data_filters POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters Post Workspace Data Filters
DataFiltersApi delete_entity_user_data_filters DELETE /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Delete a User Data Filter
DataFiltersApi delete_entity_workspace_data_filter_settings DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Delete a Settings for Workspace Data Filter
DataFiltersApi delete_entity_workspace_data_filters DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Delete a Workspace Data Filter
DataFiltersApi get_all_entities_user_data_filters GET /api/v1/entities/workspaces/{workspaceId}/userDataFilters Get all User Data Filters
DataFiltersApi get_all_entities_workspace_data_filter_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings Get all Settings for Workspace Data Filters
DataFiltersApi get_all_entities_workspace_data_filters GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters Get all Workspace Data Filters
DataFiltersApi get_entity_user_data_filters GET /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Get a User Data Filter
DataFiltersApi get_entity_workspace_data_filter_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Get a Setting for Workspace Data Filter
DataFiltersApi get_entity_workspace_data_filters GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Get a Workspace Data Filter
DataFiltersApi get_workspace_data_filters_layout GET /api/v1/layout/workspaceDataFilters Get workspace data filters for all workspaces
DataFiltersApi patch_entity_user_data_filters PATCH /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Patch a User Data Filter
DataFiltersApi patch_entity_workspace_data_filter_settings PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Patch a Settings for Workspace Data Filter
DataFiltersApi patch_entity_workspace_data_filters PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Patch a Workspace Data Filter
DataFiltersApi set_workspace_data_filters_layout PUT /api/v1/layout/workspaceDataFilters Set all workspace data filters
DataFiltersApi update_entity_user_data_filters PUT /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Put a User Data Filter
DataFiltersApi update_entity_workspace_data_filter_settings PUT /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Put a Settings for Workspace Data Filter
DataFiltersApi update_entity_workspace_data_filters PUT /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Put a Workspace Data Filter
DataSourceDeclarativeAPIsApi get_data_sources_layout GET /api/v1/layout/dataSources Get all data sources
DataSourceDeclarativeAPIsApi put_data_sources_layout PUT /api/v1/layout/dataSources Put all data sources
DataSourceEntityAPIsApi create_entity_data_sources POST /api/v1/entities/dataSources Post Data Sources
DataSourceEntityAPIsApi delete_entity_data_sources DELETE /api/v1/entities/dataSources/{id} Delete Data Source entity
DataSourceEntityAPIsApi get_all_entities_data_source_identifiers GET /api/v1/entities/dataSourceIdentifiers Get all Data Source Identifiers
DataSourceEntityAPIsApi get_all_entities_data_sources GET /api/v1/entities/dataSources Get Data Source entities
DataSourceEntityAPIsApi get_entity_data_source_identifiers GET /api/v1/entities/dataSourceIdentifiers/{id} Get Data Source Identifier
DataSourceEntityAPIsApi get_entity_data_sources GET /api/v1/entities/dataSources/{id} Get Data Source entity
DataSourceEntityAPIsApi patch_entity_data_sources PATCH /api/v1/entities/dataSources/{id} Patch Data Source entity
DataSourceEntityAPIsApi update_entity_data_sources PUT /api/v1/entities/dataSources/{id} Put Data Source entity
DatasetsApi get_all_entities_datasets GET /api/v1/entities/workspaces/{workspaceId}/datasets Get all Datasets
DatasetsApi get_entity_datasets GET /api/v1/entities/workspaces/{workspaceId}/datasets/{objectId} Get a Dataset
DependencyGraphApi get_dependent_entities_graph GET /api/v1/actions/workspaces/{workspaceId}/dependentEntitiesGraph Computes the dependent entities graph
DependencyGraphApi get_dependent_entities_graph_from_entry_points POST /api/v1/actions/workspaces/{workspaceId}/dependentEntitiesGraph Computes the dependent entities graph from given entry points
EntitlementApi get_all_entities_entitlements GET /api/v1/entities/entitlements Get Entitlements
EntitlementApi get_entity_entitlements GET /api/v1/entities/entitlements/{id} Get Entitlement
EntitlementApi resolve_all_entitlements GET /api/v1/actions/resolveEntitlements Values for all public entitlements.
EntitlementApi resolve_requested_entitlements POST /api/v1/actions/resolveEntitlements Values for requested public entitlements.
ExportDefinitionsApi create_entity_export_definitions POST /api/v1/entities/workspaces/{workspaceId}/exportDefinitions Post Export Definitions
ExportDefinitionsApi delete_entity_export_definitions DELETE /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Delete an Export Definition
ExportDefinitionsApi get_all_entities_export_definitions GET /api/v1/entities/workspaces/{workspaceId}/exportDefinitions Get all Export Definitions
ExportDefinitionsApi get_entity_export_definitions GET /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Get an Export Definition
ExportDefinitionsApi patch_entity_export_definitions PATCH /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Patch an Export Definition
ExportDefinitionsApi update_entity_export_definitions PUT /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Put an Export Definition
FactsApi get_all_entities_facts GET /api/v1/entities/workspaces/{workspaceId}/facts Get all Facts
FactsApi get_entity_facts GET /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Get a Fact
FilterViewsApi create_entity_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews Post Filter views
FilterViewsApi delete_entity_filter_views DELETE /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Delete Filter view
FilterViewsApi get_all_entities_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews Get all Filter views
FilterViewsApi get_entity_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Get Filter view
FilterViewsApi get_filter_views GET /api/v1/layout/workspaces/{workspaceId}/filterViews Get filter views
FilterViewsApi patch_entity_filter_views PATCH /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Patch Filter view
FilterViewsApi set_filter_views PUT /api/v1/layout/workspaces/{workspaceId}/filterViews Set filter views
FilterViewsApi update_entity_filter_views PUT /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Put Filter views
GenerateLogicalDataModelApi generate_logical_model POST /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModel Generate logical data model (LDM) from physical data model (PDM)
HierarchyApi check_entity_overrides POST /api/v1/actions/workspaces/{workspaceId}/checkEntityOverrides Finds entities with given ID in hierarchy.
HierarchyApi inherited_entity_conflicts GET /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts Finds identifier conflicts in workspace hierarchy.
HierarchyApi inherited_entity_prefixes GET /api/v1/actions/workspaces/{workspaceId}/inheritedEntityPrefixes Get used entity prefixes in hierarchy
HierarchyApi overridden_child_entities GET /api/v1/actions/workspaces/{workspaceId}/overriddenChildEntities Finds identifier overrides in workspace hierarchy.
IdentityProvidersApi create_entity_identity_providers POST /api/v1/entities/identityProviders Post Identity Providers
IdentityProvidersApi delete_entity_identity_providers DELETE /api/v1/entities/identityProviders/{id} Delete Identity Provider
IdentityProvidersApi get_all_entities_identity_providers GET /api/v1/entities/identityProviders Get all Identity Providers
IdentityProvidersApi get_entity_identity_providers GET /api/v1/entities/identityProviders/{id} Get Identity Provider
IdentityProvidersApi get_identity_providers_layout GET /api/v1/layout/identityProviders Get all identity providers layout
IdentityProvidersApi patch_entity_identity_providers PATCH /api/v1/entities/identityProviders/{id} Patch Identity Provider
IdentityProvidersApi set_identity_providers PUT /api/v1/layout/identityProviders Set all identity providers
IdentityProvidersApi update_entity_identity_providers PUT /api/v1/entities/identityProviders/{id} Put Identity Provider
InvalidateCacheApi register_upload_notification POST /api/v1/actions/dataSources/{dataSourceId}/uploadNotification Register an upload notification
JWKSApi create_entity_jwks POST /api/v1/entities/jwks Post Jwks
JWKSApi delete_entity_jwks DELETE /api/v1/entities/jwks/{id} Delete Jwk
JWKSApi get_all_entities_jwks GET /api/v1/entities/jwks Get all Jwks
JWKSApi get_entity_jwks GET /api/v1/entities/jwks/{id} Get Jwk
JWKSApi patch_entity_jwks PATCH /api/v1/entities/jwks/{id} Patch Jwk
JWKSApi update_entity_jwks PUT /api/v1/entities/jwks/{id} Put Jwk
LDMDeclarativeAPIsApi get_logical_model GET /api/v1/layout/workspaces/{workspaceId}/logicalModel Get logical model
LDMDeclarativeAPIsApi set_logical_model PUT /api/v1/layout/workspaces/{workspaceId}/logicalModel Set logical model
LLMEndpointsApi create_entity_llm_endpoints POST /api/v1/entities/llmEndpoints Post LLM endpoint entities
LLMEndpointsApi delete_entity_llm_endpoints DELETE /api/v1/entities/llmEndpoints/{id}
LLMEndpointsApi get_all_entities_llm_endpoints GET /api/v1/entities/llmEndpoints Get all LLM endpoint entities
LLMEndpointsApi get_entity_llm_endpoints GET /api/v1/entities/llmEndpoints/{id} Get LLM endpoint entity
LLMEndpointsApi patch_entity_llm_endpoints PATCH /api/v1/entities/llmEndpoints/{id} Patch LLM endpoint entity
LLMEndpointsApi update_entity_llm_endpoints PUT /api/v1/entities/llmEndpoints/{id} PUT LLM endpoint entity
LabelsApi get_all_entities_labels GET /api/v1/entities/workspaces/{workspaceId}/labels Get all Labels
LabelsApi get_entity_labels GET /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Get a Label
ManagePermissionsApi get_data_source_permissions GET /api/v1/layout/dataSources/{dataSourceId}/permissions Get permissions for the data source
ManagePermissionsApi manage_data_source_permissions POST /api/v1/actions/dataSources/{dataSourceId}/managePermissions Manage Permissions for a Data Source
ManagePermissionsApi set_data_source_permissions PUT /api/v1/layout/dataSources/{dataSourceId}/permissions Set data source permissions.
MetadataSyncApi metadata_sync POST /api/v1/actions/workspaces/{workspaceId}/metadataSync (BETA) Sync Metadata to other services
MetadataSyncApi metadata_sync_organization POST /api/v1/actions/organization/metadataSync (BETA) Sync organization scope Metadata to other services
MetricsApi create_entity_metrics POST /api/v1/entities/workspaces/{workspaceId}/metrics Post Metrics
MetricsApi delete_entity_metrics DELETE /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Delete a Metric
MetricsApi get_all_entities_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics Get all Metrics
MetricsApi get_entity_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Get a Metric
MetricsApi patch_entity_metrics PATCH /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Patch a Metric
MetricsApi update_entity_metrics PUT /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Put a Metric
NotificationChannelsApi create_entity_notification_channels POST /api/v1/entities/notificationChannels Post Notification Channel entities
NotificationChannelsApi delete_entity_notification_channels DELETE /api/v1/entities/notificationChannels/{id} Delete Notification Channel entity
NotificationChannelsApi get_all_entities_notification_channels GET /api/v1/entities/notificationChannels Get all Notification Channel entities
NotificationChannelsApi get_entity_notification_channels GET /api/v1/entities/notificationChannels/{id} Get Notification Channel entity
NotificationChannelsApi get_export_templates_layout GET /api/v1/layout/exportTemplates Get all export templates layout
NotificationChannelsApi get_notification_channels_layout GET /api/v1/layout/notificationChannels Get all notification channels layout
NotificationChannelsApi get_notifications GET /api/v1/actions/notifications Get latest notifications.
NotificationChannelsApi mark_as_read_notification POST /api/v1/actions/notifications/{notificationId}/markAsRead Mark notification as read.
NotificationChannelsApi mark_as_read_notification_all POST /api/v1/actions/notifications/markAsRead Mark all notifications as read.
NotificationChannelsApi patch_entity_notification_channels PATCH /api/v1/entities/notificationChannels/{id} Patch Notification Channel entity
NotificationChannelsApi set_export_templates PUT /api/v1/layout/exportTemplates Set all export templates
NotificationChannelsApi set_notification_channels PUT /api/v1/layout/notificationChannels Set all notification channels
NotificationChannelsApi test_existing_notification_channel POST /api/v1/actions/notificationChannels/{notificationChannelId}/test Test existing notification channel.
NotificationChannelsApi test_notification_channel POST /api/v1/actions/notificationChannels/test Test notification channel.
NotificationChannelsApi update_entity_notification_channels PUT /api/v1/entities/notificationChannels/{id} Put Notification Channel entity
OptionsApi get_all_options GET /api/v1/options Links for all configuration options
OrganizationDeclarativeAPIsApi get_organization_layout GET /api/v1/layout/organization Get organization layout
OrganizationDeclarativeAPIsApi set_organization_layout PUT /api/v1/layout/organization Set organization layout
OrganizationEntityAPIsApi create_entity_organization_settings POST /api/v1/entities/organizationSettings Post Organization Setting entities
OrganizationEntityAPIsApi delete_entity_organization_settings DELETE /api/v1/entities/organizationSettings/{id} Delete Organization entity
OrganizationEntityAPIsApi get_all_entities_organization_settings GET /api/v1/entities/organizationSettings Get Organization entities
OrganizationEntityAPIsApi get_entity_organization_settings GET /api/v1/entities/organizationSettings/{id} Get Organization entity
OrganizationEntityAPIsApi get_entity_organizations GET /api/v1/entities/admin/organizations/{id} Get Organizations
OrganizationEntityAPIsApi get_organization GET /api/v1/entities/organization Get current organization info
OrganizationEntityAPIsApi patch_entity_organization_settings PATCH /api/v1/entities/organizationSettings/{id} Patch Organization entity
OrganizationEntityAPIsApi patch_entity_organizations PATCH /api/v1/entities/admin/organizations/{id} Patch Organization
OrganizationEntityAPIsApi update_entity_organization_settings PUT /api/v1/entities/organizationSettings/{id} Put Organization entity
OrganizationEntityAPIsApi update_entity_organizations PUT /api/v1/entities/admin/organizations/{id} Put Organization
PermissionsApi available_assignees GET /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/availableAssignees Get Available Assignees
PermissionsApi dashboard_permissions GET /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/permissions Get Dashboard Permissions
PermissionsApi get_organization_permissions GET /api/v1/layout/organization/permissions Get organization permissions
PermissionsApi get_user_group_permissions GET /api/v1/layout/userGroups/{userGroupId}/permissions Get permissions for the user-group
PermissionsApi get_user_permissions GET /api/v1/layout/users/{userId}/permissions Get permissions for the user
PermissionsApi get_workspace_permissions GET /api/v1/layout/workspaces/{workspaceId}/permissions Get permissions for the workspace
PermissionsApi manage_dashboard_permissions POST /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/managePermissions Manage Permissions for a Dashboard
PermissionsApi manage_data_source_permissions POST /api/v1/actions/dataSources/{dataSourceId}/managePermissions Manage Permissions for a Data Source
PermissionsApi manage_organization_permissions POST /api/v1/actions/organization/managePermissions Manage Permissions for a Organization
PermissionsApi manage_workspace_permissions POST /api/v1/actions/workspaces/{workspaceId}/managePermissions Manage Permissions for a Workspace
PermissionsApi set_organization_permissions PUT /api/v1/layout/organization/permissions Set organization permissions
PermissionsApi set_user_group_permissions PUT /api/v1/layout/userGroups/{userGroupId}/permissions Set permissions for the user-group
PermissionsApi set_user_permissions PUT /api/v1/layout/users/{userId}/permissions Set permissions for the user
PermissionsApi set_workspace_permissions PUT /api/v1/layout/workspaces/{workspaceId}/permissions Set permissions for the workspace
PluginsApi create_entity_dashboard_plugins POST /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins Post Plugins
PluginsApi delete_entity_dashboard_plugins DELETE /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Delete a Plugin
PluginsApi get_all_entities_dashboard_plugins GET /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins Get all Plugins
PluginsApi get_entity_dashboard_plugins GET /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Get a Plugin
PluginsApi patch_entity_dashboard_plugins PATCH /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Patch a Plugin
PluginsApi update_entity_dashboard_plugins PUT /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Put a Plugin
RawExportApi create_raw_export POST /api/v1/actions/workspaces/{workspaceId}/export/raw (EXPERIMENTAL) Create raw export request
RawExportApi get_raw_export GET /api/v1/actions/workspaces/{workspaceId}/export/raw/{exportId} (EXPERIMENTAL) Retrieve exported files
ReportingSettingsApi resolve_all_settings_without_workspace GET /api/v1/actions/resolveSettings Values for all settings without workspace.
ReportingSettingsApi resolve_settings_without_workspace POST /api/v1/actions/resolveSettings Values for selected settings without workspace.
ScanningApi get_data_source_schemata GET /api/v1/actions/dataSources/{dataSourceId}/scanSchemata Get a list of schema names of a database
ScanningApi scan_data_source POST /api/v1/actions/dataSources/{dataSourceId}/scan Scan a database to get a physical data model (PDM)
ScanningApi scan_sql POST /api/v1/actions/dataSources/{dataSourceId}/scanSql Collect metadata about SQL query
SlidesExportApi create_slides_export POST /api/v1/actions/workspaces/{workspaceId}/export/slides (EXPERIMENTAL) Create slides export request
SlidesExportApi get_slides_export GET /api/v1/actions/workspaces/{workspaceId}/export/slides/{exportId} (EXPERIMENTAL) Retrieve exported files
SlidesExportApi get_slides_export_metadata GET /api/v1/actions/workspaces/{workspaceId}/export/slides/{exportId}/metadata (EXPERIMENTAL) Retrieve metadata context
SmartFunctionsApi ai_chat POST /api/v1/actions/workspaces/{workspaceId}/ai/chat (BETA) Chat with AI
SmartFunctionsApi ai_chat_history POST /api/v1/actions/workspaces/{workspaceId}/ai/chatHistory (BETA) Get Chat History
SmartFunctionsApi ai_chat_stream POST /api/v1/actions/workspaces/{workspaceId}/ai/chatStream (BETA) Chat with AI
SmartFunctionsApi ai_search POST /api/v1/actions/workspaces/{workspaceId}/ai/search (BETA) Semantic Search in Metadata
SmartFunctionsApi anomaly_detection POST /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/{resultId} (EXPERIMENTAL) Smart functions - Anomaly Detection
SmartFunctionsApi anomaly_detection_result GET /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/result/{resultId} (EXPERIMENTAL) Smart functions - Anomaly Detection Result
SmartFunctionsApi clustering POST /api/v1/actions/workspaces/{workspaceId}/execution/functions/clustering/{resultId} (EXPERIMENTAL) Smart functions - Clustering
SmartFunctionsApi clustering_result GET /api/v1/actions/workspaces/{workspaceId}/execution/functions/clustering/result/{resultId} (EXPERIMENTAL) Smart functions - Clustering Result
SmartFunctionsApi forecast POST /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/{resultId} (BETA) Smart functions - Forecast
SmartFunctionsApi forecast_result GET /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/result/{resultId} (BETA) Smart functions - Forecast Result
TabularExportApi create_dashboard_export_request POST /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/export/tabular (EXPERIMENTAL) Create dashboard tabular export request
TabularExportApi create_tabular_export POST /api/v1/actions/workspaces/{workspaceId}/export/tabular Create tabular export request
TabularExportApi get_tabular_export GET /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} Retrieve exported files
TestConnectionApi test_data_source POST /api/v1/actions/dataSources/{dataSourceId}/test Test data source connection by data source id
TestConnectionApi test_data_source_definition POST /api/v1/actions/dataSource/test Test connection by data source definition
TranslationsApi clean_translations POST /api/v1/actions/workspaces/{workspaceId}/translations/clean Cleans up translations.
TranslationsApi get_translation_tags GET /api/v1/actions/workspaces/{workspaceId}/translations Get translation tags.
TranslationsApi retrieve_translations POST /api/v1/actions/workspaces/{workspaceId}/translations/retrieve Retrieve translations for entities.
TranslationsApi set_translations POST /api/v1/actions/workspaces/{workspaceId}/translations/set Set translations for entities.
UnsubscribeApi unsubscribe_all_automations DELETE /api/v1/actions/organization/automations/unsubscribe Unsubscribe from all automations in all workspaces
UnsubscribeApi unsubscribe_automation DELETE /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/unsubscribe Unsubscribe from an automation
UnsubscribeApi unsubscribe_workspace_automations DELETE /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe Unsubscribe from all automations in the workspace
UsageApi all_platform_usage GET /api/v1/actions/collectUsage Info about the platform usage.
UsageApi particular_platform_usage POST /api/v1/actions/collectUsage Info about the platform usage for particular items.
UserGroupsDeclarativeAPIsApi get_user_groups_layout GET /api/v1/layout/userGroups Get all user groups
UserGroupsDeclarativeAPIsApi get_users_user_groups_layout GET /api/v1/layout/usersAndUserGroups Get all users and user groups
UserGroupsDeclarativeAPIsApi put_user_groups_layout PUT /api/v1/layout/userGroups Put all user groups
UserGroupsDeclarativeAPIsApi put_users_user_groups_layout PUT /api/v1/layout/usersAndUserGroups Put all users and user groups
UserGroupsEntityAPIsApi create_entity_user_groups POST /api/v1/entities/userGroups Post User Group entities
UserGroupsEntityAPIsApi delete_entity_user_groups DELETE /api/v1/entities/userGroups/{id} Delete UserGroup entity
UserGroupsEntityAPIsApi get_all_entities_user_groups GET /api/v1/entities/userGroups Get UserGroup entities
UserGroupsEntityAPIsApi get_entity_user_groups GET /api/v1/entities/userGroups/{id} Get UserGroup entity
UserGroupsEntityAPIsApi patch_entity_user_groups PATCH /api/v1/entities/userGroups/{id} Patch UserGroup entity
UserGroupsEntityAPIsApi update_entity_user_groups PUT /api/v1/entities/userGroups/{id} Put UserGroup entity
UserDataFiltersApi get_user_data_filters GET /api/v1/layout/workspaces/{workspaceId}/userDataFilters Get user data filters
UserDataFiltersApi set_user_data_filters PUT /api/v1/layout/workspaces/{workspaceId}/userDataFilters Set user data filters
UserIdentifiersApi get_all_entities_user_identifiers GET /api/v1/entities/userIdentifiers Get UserIdentifier entities
UserIdentifiersApi get_entity_user_identifiers GET /api/v1/entities/userIdentifiers/{id} Get UserIdentifier entity
UserSettingsApi create_entity_user_settings POST /api/v1/entities/users/{userId}/userSettings Post new user settings for the user
UserSettingsApi delete_entity_user_settings DELETE /api/v1/entities/users/{userId}/userSettings/{id} Delete a setting for a user
UserSettingsApi get_all_entities_user_settings GET /api/v1/entities/users/{userId}/userSettings List all settings for a user
UserSettingsApi get_entity_user_settings GET /api/v1/entities/users/{userId}/userSettings/{id} Get a setting for a user
UserSettingsApi update_entity_user_settings PUT /api/v1/entities/users/{userId}/userSettings/{id} Put new user settings for the user
UserManagementApi add_group_members POST /api/v1/actions/userManagement/userGroups/{userGroupId}/addMembers
UserManagementApi assign_permissions POST /api/v1/actions/userManagement/assignPermissions
UserManagementApi get_group_members GET /api/v1/actions/userManagement/userGroups/{userGroupId}/members
UserManagementApi list_permissions_for_user GET /api/v1/actions/userManagement/users/{userId}/permissions
UserManagementApi list_permissions_for_user_group GET /api/v1/actions/userManagement/userGroups/{userGroupId}/permissions
UserManagementApi list_user_groups GET /api/v1/actions/userManagement/userGroups
UserManagementApi list_users GET /api/v1/actions/userManagement/users
UserManagementApi manage_permissions_for_user POST /api/v1/actions/userManagement/users/{userId}/permissions
UserManagementApi manage_permissions_for_user_group POST /api/v1/actions/userManagement/userGroups/{userGroupId}/permissions
UserManagementApi remove_group_members POST /api/v1/actions/userManagement/userGroups/{userGroupId}/removeMembers
UserManagementApi remove_users_user_groups POST /api/v1/actions/userManagement/removeUsersUserGroups
UserManagementApi revoke_permissions POST /api/v1/actions/userManagement/revokePermissions
UsersDeclarativeAPIsApi get_users_layout GET /api/v1/layout/users Get all users
UsersDeclarativeAPIsApi put_users_layout PUT /api/v1/layout/users Put all users
UsersEntityAPIsApi create_entity_users POST /api/v1/entities/users Post User entities
UsersEntityAPIsApi delete_entity_users DELETE /api/v1/entities/users/{id} Delete User entity
UsersEntityAPIsApi get_all_entities_users GET /api/v1/entities/users Get User entities
UsersEntityAPIsApi get_entity_users GET /api/v1/entities/users/{id} Get User entity
UsersEntityAPIsApi patch_entity_users PATCH /api/v1/entities/users/{id} Patch User entity
UsersEntityAPIsApi update_entity_users PUT /api/v1/entities/users/{id} Put User entity
VisualExportApi create_pdf_export POST /api/v1/actions/workspaces/{workspaceId}/export/visual Create visual - pdf export request
VisualExportApi get_exported_file GET /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId} Retrieve exported files
VisualExportApi get_metadata GET /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId}/metadata Retrieve metadata context
VisualizationObjectApi create_entity_visualization_objects POST /api/v1/entities/workspaces/{workspaceId}/visualizationObjects Post Visualization Objects
VisualizationObjectApi delete_entity_visualization_objects DELETE /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Delete a Visualization Object
VisualizationObjectApi get_all_entities_visualization_objects GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects Get all Visualization Objects
VisualizationObjectApi get_entity_visualization_objects GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Get a Visualization Object
VisualizationObjectApi patch_entity_visualization_objects PATCH /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Patch a Visualization Object
VisualizationObjectApi update_entity_visualization_objects PUT /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Put a Visualization Object
WorkspacesDeclarativeAPIsApi get_workspace_layout GET /api/v1/layout/workspaces/{workspaceId} Get workspace layout
WorkspacesDeclarativeAPIsApi get_workspaces_layout GET /api/v1/layout/workspaces Get all workspaces layout
WorkspacesDeclarativeAPIsApi put_workspace_layout PUT /api/v1/layout/workspaces/{workspaceId} Set workspace layout
WorkspacesDeclarativeAPIsApi set_workspaces_layout PUT /api/v1/layout/workspaces Set all workspaces layout
WorkspacesEntityAPIsApi create_entity_workspaces POST /api/v1/entities/workspaces Post Workspace entities
WorkspacesEntityAPIsApi delete_entity_workspaces DELETE /api/v1/entities/workspaces/{id} Delete Workspace entity
WorkspacesEntityAPIsApi get_all_entities_workspaces GET /api/v1/entities/workspaces Get Workspace entities
WorkspacesEntityAPIsApi get_entity_workspaces GET /api/v1/entities/workspaces/{id} Get Workspace entity
WorkspacesEntityAPIsApi patch_entity_workspaces PATCH /api/v1/entities/workspaces/{id} Patch Workspace entity
WorkspacesEntityAPIsApi update_entity_workspaces PUT /api/v1/entities/workspaces/{id} Put Workspace entity
WorkspacesSettingsApi create_entity_custom_application_settings POST /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings Post Custom Application Settings
WorkspacesSettingsApi create_entity_workspace_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings Post Settings for Workspaces
WorkspacesSettingsApi delete_entity_custom_application_settings DELETE /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Delete a Custom Application Setting
WorkspacesSettingsApi delete_entity_workspace_settings DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Delete a Setting for Workspace
WorkspacesSettingsApi get_all_entities_custom_application_settings GET /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings Get all Custom Application Settings
WorkspacesSettingsApi get_all_entities_workspace_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceSettings Get all Setting for Workspaces
WorkspacesSettingsApi get_entity_custom_application_settings GET /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Get a Custom Application Setting
WorkspacesSettingsApi get_entity_workspace_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Get a Setting for Workspace
WorkspacesSettingsApi patch_entity_custom_application_settings PATCH /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Patch a Custom Application Setting
WorkspacesSettingsApi patch_entity_workspace_settings PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Patch a Setting for Workspace
WorkspacesSettingsApi update_entity_custom_application_settings PUT /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Put a Custom Application Setting
WorkspacesSettingsApi update_entity_workspace_settings PUT /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Put a Setting for a Workspace
WorkspacesSettingsApi workspace_resolve_all_settings GET /api/v1/actions/workspaces/{workspaceId}/resolveSettings Values for all settings.
WorkspacesSettingsApi workspace_resolve_settings POST /api/v1/actions/workspaces/{workspaceId}/resolveSettings Values for selected settings.
ActionsApi ai_chat POST /api/v1/actions/workspaces/{workspaceId}/ai/chat (BETA) Chat with AI
ActionsApi ai_chat_history POST /api/v1/actions/workspaces/{workspaceId}/ai/chatHistory (BETA) Get Chat History
ActionsApi ai_chat_stream POST /api/v1/actions/workspaces/{workspaceId}/ai/chatStream (BETA) Chat with AI
ActionsApi ai_search POST /api/v1/actions/workspaces/{workspaceId}/ai/search (BETA) Semantic Search in Metadata
ActionsApi all_platform_usage GET /api/v1/actions/collectUsage Info about the platform usage.
ActionsApi anomaly_detection POST /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/{resultId} (EXPERIMENTAL) Smart functions - Anomaly Detection
ActionsApi anomaly_detection_result GET /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/result/{resultId} (EXPERIMENTAL) Smart functions - Anomaly Detection Result
ActionsApi available_assignees GET /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/availableAssignees Get Available Assignees
ActionsApi cancel_executions POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/cancel Applies all the given cancel tokens.
ActionsApi check_entity_overrides POST /api/v1/actions/workspaces/{workspaceId}/checkEntityOverrides Finds entities with given ID in hierarchy.
ActionsApi clean_translations POST /api/v1/actions/workspaces/{workspaceId}/translations/clean Cleans up translations.
ActionsApi clustering POST /api/v1/actions/workspaces/{workspaceId}/execution/functions/clustering/{resultId} (EXPERIMENTAL) Smart functions - Clustering
ActionsApi clustering_result GET /api/v1/actions/workspaces/{workspaceId}/execution/functions/clustering/result/{resultId} (EXPERIMENTAL) Smart functions - Clustering Result
ActionsApi column_statistics POST /api/v1/actions/dataSources/{dataSourceId}/computeColumnStatistics (EXPERIMENTAL) Compute column statistics
ActionsApi compute_label_elements_post POST /api/v1/actions/workspaces/{workspaceId}/execution/collectLabelElements Listing of label values. The resulting data are limited by the static platform limit to the maximum of 10000 rows.
ActionsApi compute_report POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute Executes analytical request and returns link to the result
ActionsApi compute_valid_descendants POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidDescendants (BETA) Valid descendants
ActionsApi compute_valid_objects POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidObjects Valid objects
ActionsApi create_dashboard_export_request POST /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/export/tabular (EXPERIMENTAL) Create dashboard tabular export request
ActionsApi create_pdf_export POST /api/v1/actions/workspaces/{workspaceId}/export/visual Create visual - pdf export request
ActionsApi create_raw_export POST /api/v1/actions/workspaces/{workspaceId}/export/raw (EXPERIMENTAL) Create raw export request
ActionsApi create_slides_export POST /api/v1/actions/workspaces/{workspaceId}/export/slides (EXPERIMENTAL) Create slides export request
ActionsApi create_tabular_export POST /api/v1/actions/workspaces/{workspaceId}/export/tabular Create tabular export request
ActionsApi dashboard_permissions GET /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/permissions Get Dashboard Permissions
ActionsApi explain_afm POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/explain AFM explain resource.
ActionsApi forecast POST /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/{resultId} (BETA) Smart functions - Forecast
ActionsApi forecast_result GET /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/result/{resultId} (BETA) Smart functions - Forecast Result
ActionsApi generate_logical_model POST /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModel Generate logical data model (LDM) from physical data model (PDM)
ActionsApi get_data_source_schemata GET /api/v1/actions/dataSources/{dataSourceId}/scanSchemata Get a list of schema names of a database
ActionsApi get_dependent_entities_graph GET /api/v1/actions/workspaces/{workspaceId}/dependentEntitiesGraph Computes the dependent entities graph
ActionsApi get_dependent_entities_graph_from_entry_points POST /api/v1/actions/workspaces/{workspaceId}/dependentEntitiesGraph Computes the dependent entities graph from given entry points
ActionsApi get_exported_file GET /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId} Retrieve exported files
ActionsApi get_metadata GET /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId}/metadata Retrieve metadata context
ActionsApi get_notifications GET /api/v1/actions/notifications Get latest notifications.
ActionsApi get_raw_export GET /api/v1/actions/workspaces/{workspaceId}/export/raw/{exportId} (EXPERIMENTAL) Retrieve exported files
ActionsApi get_slides_export GET /api/v1/actions/workspaces/{workspaceId}/export/slides/{exportId} (EXPERIMENTAL) Retrieve exported files
ActionsApi get_slides_export_metadata GET /api/v1/actions/workspaces/{workspaceId}/export/slides/{exportId}/metadata (EXPERIMENTAL) Retrieve metadata context
ActionsApi get_tabular_export GET /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} Retrieve exported files
ActionsApi get_translation_tags GET /api/v1/actions/workspaces/{workspaceId}/translations Get translation tags.
ActionsApi inherited_entity_conflicts GET /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts Finds identifier conflicts in workspace hierarchy.
ActionsApi inherited_entity_prefixes GET /api/v1/actions/workspaces/{workspaceId}/inheritedEntityPrefixes Get used entity prefixes in hierarchy
ActionsApi key_driver_analysis POST /api/v1/actions/workspaces/{workspaceId}/execution/computeKeyDrivers (EXPERIMENTAL) Compute key driver analysis
ActionsApi key_driver_analysis_result GET /api/v1/actions/workspaces/{workspaceId}/execution/computeKeyDrivers/result/{resultId} (EXPERIMENTAL) Get key driver analysis result
ActionsApi list_workspace_user_groups GET /api/v1/actions/workspaces/{workspaceId}/userGroups
ActionsApi list_workspace_users GET /api/v1/actions/workspaces/{workspaceId}/users
ActionsApi manage_dashboard_permissions POST /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/managePermissions Manage Permissions for a Dashboard
ActionsApi manage_data_source_permissions POST /api/v1/actions/dataSources/{dataSourceId}/managePermissions Manage Permissions for a Data Source
ActionsApi manage_organization_permissions POST /api/v1/actions/organization/managePermissions Manage Permissions for a Organization
ActionsApi manage_workspace_permissions POST /api/v1/actions/workspaces/{workspaceId}/managePermissions Manage Permissions for a Workspace
ActionsApi mark_as_read_notification POST /api/v1/actions/notifications/{notificationId}/markAsRead Mark notification as read.
ActionsApi mark_as_read_notification_all POST /api/v1/actions/notifications/markAsRead Mark all notifications as read.
ActionsApi metadata_sync POST /api/v1/actions/workspaces/{workspaceId}/metadataSync (BETA) Sync Metadata to other services
ActionsApi metadata_sync_organization POST /api/v1/actions/organization/metadataSync (BETA) Sync organization scope Metadata to other services
ActionsApi overridden_child_entities GET /api/v1/actions/workspaces/{workspaceId}/overriddenChildEntities Finds identifier overrides in workspace hierarchy.
ActionsApi particular_platform_usage POST /api/v1/actions/collectUsage Info about the platform usage for particular items.
ActionsApi register_upload_notification POST /api/v1/actions/dataSources/{dataSourceId}/uploadNotification Register an upload notification
ActionsApi resolve_all_entitlements GET /api/v1/actions/resolveEntitlements Values for all public entitlements.
ActionsApi resolve_all_settings_without_workspace GET /api/v1/actions/resolveSettings Values for all settings without workspace.
ActionsApi resolve_requested_entitlements POST /api/v1/actions/resolveEntitlements Values for requested public entitlements.
ActionsApi resolve_settings_without_workspace POST /api/v1/actions/resolveSettings Values for selected settings without workspace.
ActionsApi retrieve_execution_metadata GET /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute/result/{resultId}/metadata Get a single execution result's metadata.
ActionsApi retrieve_result GET /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute/result/{resultId} Get a single execution result
ActionsApi retrieve_translations POST /api/v1/actions/workspaces/{workspaceId}/translations/retrieve Retrieve translations for entities.
ActionsApi scan_data_source POST /api/v1/actions/dataSources/{dataSourceId}/scan Scan a database to get a physical data model (PDM)
ActionsApi scan_sql POST /api/v1/actions/dataSources/{dataSourceId}/scanSql Collect metadata about SQL query
ActionsApi set_translations POST /api/v1/actions/workspaces/{workspaceId}/translations/set Set translations for entities.
ActionsApi test_data_source POST /api/v1/actions/dataSources/{dataSourceId}/test Test data source connection by data source id
ActionsApi test_data_source_definition POST /api/v1/actions/dataSource/test Test connection by data source definition
ActionsApi test_existing_notification_channel POST /api/v1/actions/notificationChannels/{notificationChannelId}/test Test existing notification channel.
ActionsApi test_notification_channel POST /api/v1/actions/notificationChannels/test Test notification channel.
ActionsApi trigger_automation POST /api/v1/actions/workspaces/{workspaceId}/automations/trigger Trigger automation.
ActionsApi trigger_existing_automation POST /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/trigger Trigger existing automation.
ActionsApi unsubscribe_all_automations DELETE /api/v1/actions/organization/automations/unsubscribe Unsubscribe from all automations in all workspaces
ActionsApi unsubscribe_automation DELETE /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/unsubscribe Unsubscribe from an automation
ActionsApi unsubscribe_workspace_automations DELETE /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe Unsubscribe from all automations in the workspace
ActionsApi workspace_resolve_all_settings GET /api/v1/actions/workspaces/{workspaceId}/resolveSettings Values for all settings.
ActionsApi workspace_resolve_settings POST /api/v1/actions/workspaces/{workspaceId}/resolveSettings Values for selected settings.
EntitiesApi create_entity_analytical_dashboards POST /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards Post Dashboards
EntitiesApi create_entity_api_tokens POST /api/v1/entities/users/{userId}/apiTokens Post a new API token for the user
EntitiesApi create_entity_attribute_hierarchies POST /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies Post Attribute Hierarchies
EntitiesApi create_entity_automations POST /api/v1/entities/workspaces/{workspaceId}/automations Post Automations
EntitiesApi create_entity_color_palettes POST /api/v1/entities/colorPalettes Post Color Pallettes
EntitiesApi create_entity_csp_directives POST /api/v1/entities/cspDirectives Post CSP Directives
EntitiesApi create_entity_custom_application_settings POST /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings Post Custom Application Settings
EntitiesApi create_entity_dashboard_plugins POST /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins Post Plugins
EntitiesApi create_entity_data_sources POST /api/v1/entities/dataSources Post Data Sources
EntitiesApi create_entity_export_definitions POST /api/v1/entities/workspaces/{workspaceId}/exportDefinitions Post Export Definitions
EntitiesApi create_entity_export_templates POST /api/v1/entities/exportTemplates Post Export Template entities
EntitiesApi create_entity_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts Post Context Filters
EntitiesApi create_entity_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews Post Filter views
EntitiesApi create_entity_identity_providers POST /api/v1/entities/identityProviders Post Identity Providers
EntitiesApi create_entity_jwks POST /api/v1/entities/jwks Post Jwks
EntitiesApi create_entity_llm_endpoints POST /api/v1/entities/llmEndpoints Post LLM endpoint entities
EntitiesApi create_entity_metrics POST /api/v1/entities/workspaces/{workspaceId}/metrics Post Metrics
EntitiesApi create_entity_notification_channels POST /api/v1/entities/notificationChannels Post Notification Channel entities
EntitiesApi create_entity_organization_settings POST /api/v1/entities/organizationSettings Post Organization Setting entities
EntitiesApi create_entity_themes POST /api/v1/entities/themes Post Theming
EntitiesApi create_entity_user_data_filters POST /api/v1/entities/workspaces/{workspaceId}/userDataFilters Post User Data Filters
EntitiesApi create_entity_user_groups POST /api/v1/entities/userGroups Post User Group entities
EntitiesApi create_entity_user_settings POST /api/v1/entities/users/{userId}/userSettings Post new user settings for the user
EntitiesApi create_entity_users POST /api/v1/entities/users Post User entities
EntitiesApi create_entity_visualization_objects POST /api/v1/entities/workspaces/{workspaceId}/visualizationObjects Post Visualization Objects
EntitiesApi create_entity_workspace_data_filter_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings Post Settings for Workspace Data Filters
EntitiesApi create_entity_workspace_data_filters POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters Post Workspace Data Filters
EntitiesApi create_entity_workspace_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings Post Settings for Workspaces
EntitiesApi create_entity_workspaces POST /api/v1/entities/workspaces Post Workspace entities
EntitiesApi delete_entity_analytical_dashboards DELETE /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Delete a Dashboard
EntitiesApi delete_entity_api_tokens DELETE /api/v1/entities/users/{userId}/apiTokens/{id} Delete an API Token for a user
EntitiesApi delete_entity_attribute_hierarchies DELETE /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Delete an Attribute Hierarchy
EntitiesApi delete_entity_automations DELETE /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Delete an Automation
EntitiesApi delete_entity_color_palettes DELETE /api/v1/entities/colorPalettes/{id} Delete a Color Pallette
EntitiesApi delete_entity_csp_directives DELETE /api/v1/entities/cspDirectives/{id} Delete CSP Directives
EntitiesApi delete_entity_custom_application_settings DELETE /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Delete a Custom Application Setting
EntitiesApi delete_entity_dashboard_plugins DELETE /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Delete a Plugin
EntitiesApi delete_entity_data_sources DELETE /api/v1/entities/dataSources/{id} Delete Data Source entity
EntitiesApi delete_entity_export_definitions DELETE /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Delete an Export Definition
EntitiesApi delete_entity_export_templates DELETE /api/v1/entities/exportTemplates/{id} Delete Export Template entity
EntitiesApi delete_entity_filter_contexts DELETE /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Delete a Context Filter
EntitiesApi delete_entity_filter_views DELETE /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Delete Filter view
EntitiesApi delete_entity_identity_providers DELETE /api/v1/entities/identityProviders/{id} Delete Identity Provider
EntitiesApi delete_entity_jwks DELETE /api/v1/entities/jwks/{id} Delete Jwk
EntitiesApi delete_entity_llm_endpoints DELETE /api/v1/entities/llmEndpoints/{id}
EntitiesApi delete_entity_metrics DELETE /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Delete a Metric
EntitiesApi delete_entity_notification_channels DELETE /api/v1/entities/notificationChannels/{id} Delete Notification Channel entity
EntitiesApi delete_entity_organization_settings DELETE /api/v1/entities/organizationSettings/{id} Delete Organization entity
EntitiesApi delete_entity_themes DELETE /api/v1/entities/themes/{id} Delete Theming
EntitiesApi delete_entity_user_data_filters DELETE /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Delete a User Data Filter
EntitiesApi delete_entity_user_groups DELETE /api/v1/entities/userGroups/{id} Delete UserGroup entity
EntitiesApi delete_entity_user_settings DELETE /api/v1/entities/users/{userId}/userSettings/{id} Delete a setting for a user
EntitiesApi delete_entity_users DELETE /api/v1/entities/users/{id} Delete User entity
EntitiesApi delete_entity_visualization_objects DELETE /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Delete a Visualization Object
EntitiesApi delete_entity_workspace_data_filter_settings DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Delete a Settings for Workspace Data Filter
EntitiesApi delete_entity_workspace_data_filters DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Delete a Workspace Data Filter
EntitiesApi delete_entity_workspace_settings DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Delete a Setting for Workspace
EntitiesApi delete_entity_workspaces DELETE /api/v1/entities/workspaces/{id} Delete Workspace entity
EntitiesApi get_all_entities_analytical_dashboards GET /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards Get all Dashboards
EntitiesApi get_all_entities_api_tokens GET /api/v1/entities/users/{userId}/apiTokens List all api tokens for a user
EntitiesApi get_all_entities_attribute_hierarchies GET /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies Get all Attribute Hierarchies
EntitiesApi get_all_entities_attributes GET /api/v1/entities/workspaces/{workspaceId}/attributes Get all Attributes
EntitiesApi get_all_entities_automations GET /api/v1/entities/workspaces/{workspaceId}/automations Get all Automations
EntitiesApi get_all_entities_color_palettes GET /api/v1/entities/colorPalettes Get all Color Pallettes
EntitiesApi get_all_entities_csp_directives GET /api/v1/entities/cspDirectives Get CSP Directives
EntitiesApi get_all_entities_custom_application_settings GET /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings Get all Custom Application Settings
EntitiesApi get_all_entities_dashboard_plugins GET /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins Get all Plugins
EntitiesApi get_all_entities_data_source_identifiers GET /api/v1/entities/dataSourceIdentifiers Get all Data Source Identifiers
EntitiesApi get_all_entities_data_sources GET /api/v1/entities/dataSources Get Data Source entities
EntitiesApi get_all_entities_datasets GET /api/v1/entities/workspaces/{workspaceId}/datasets Get all Datasets
EntitiesApi get_all_entities_entitlements GET /api/v1/entities/entitlements Get Entitlements
EntitiesApi get_all_entities_export_definitions GET /api/v1/entities/workspaces/{workspaceId}/exportDefinitions Get all Export Definitions
EntitiesApi get_all_entities_export_templates GET /api/v1/entities/exportTemplates GET all Export Template entities
EntitiesApi get_all_entities_facts GET /api/v1/entities/workspaces/{workspaceId}/facts Get all Facts
EntitiesApi get_all_entities_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts Get all Context Filters
EntitiesApi get_all_entities_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews Get all Filter views
EntitiesApi get_all_entities_identity_providers GET /api/v1/entities/identityProviders Get all Identity Providers
EntitiesApi get_all_entities_jwks GET /api/v1/entities/jwks Get all Jwks
EntitiesApi get_all_entities_labels GET /api/v1/entities/workspaces/{workspaceId}/labels Get all Labels
EntitiesApi get_all_entities_llm_endpoints GET /api/v1/entities/llmEndpoints Get all LLM endpoint entities
EntitiesApi get_all_entities_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics Get all Metrics
EntitiesApi get_all_entities_notification_channels GET /api/v1/entities/notificationChannels Get all Notification Channel entities
EntitiesApi get_all_entities_organization_settings GET /api/v1/entities/organizationSettings Get Organization entities
EntitiesApi get_all_entities_themes GET /api/v1/entities/themes Get all Theming entities
EntitiesApi get_all_entities_user_data_filters GET /api/v1/entities/workspaces/{workspaceId}/userDataFilters Get all User Data Filters
EntitiesApi get_all_entities_user_groups GET /api/v1/entities/userGroups Get UserGroup entities
EntitiesApi get_all_entities_user_identifiers GET /api/v1/entities/userIdentifiers Get UserIdentifier entities
EntitiesApi get_all_entities_user_settings GET /api/v1/entities/users/{userId}/userSettings List all settings for a user
EntitiesApi get_all_entities_users GET /api/v1/entities/users Get User entities
EntitiesApi get_all_entities_visualization_objects GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects Get all Visualization Objects
EntitiesApi get_all_entities_workspace_data_filter_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings Get all Settings for Workspace Data Filters
EntitiesApi get_all_entities_workspace_data_filters GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters Get all Workspace Data Filters
EntitiesApi get_all_entities_workspace_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceSettings Get all Setting for Workspaces
EntitiesApi get_all_entities_workspaces GET /api/v1/entities/workspaces Get Workspace entities
EntitiesApi get_all_options GET /api/v1/options Links for all configuration options
EntitiesApi get_data_source_drivers GET /api/v1/options/availableDrivers Get all available data source drivers
EntitiesApi get_entity_analytical_dashboards GET /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Get a Dashboard
EntitiesApi get_entity_api_tokens GET /api/v1/entities/users/{userId}/apiTokens/{id} Get an API Token for a user
EntitiesApi get_entity_attribute_hierarchies GET /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Get an Attribute Hierarchy
EntitiesApi get_entity_attributes GET /api/v1/entities/workspaces/{workspaceId}/attributes/{objectId} Get an Attribute
EntitiesApi get_entity_automations GET /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Get an Automation
EntitiesApi get_entity_color_palettes GET /api/v1/entities/colorPalettes/{id} Get Color Pallette
EntitiesApi get_entity_cookie_security_configurations GET /api/v1/entities/admin/cookieSecurityConfigurations/{id} Get CookieSecurityConfiguration
EntitiesApi get_entity_csp_directives GET /api/v1/entities/cspDirectives/{id} Get CSP Directives
EntitiesApi get_entity_custom_application_settings GET /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Get a Custom Application Setting
EntitiesApi get_entity_dashboard_plugins GET /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Get a Plugin
EntitiesApi get_entity_data_source_identifiers GET /api/v1/entities/dataSourceIdentifiers/{id} Get Data Source Identifier
EntitiesApi get_entity_data_sources GET /api/v1/entities/dataSources/{id} Get Data Source entity
EntitiesApi get_entity_datasets GET /api/v1/entities/workspaces/{workspaceId}/datasets/{objectId} Get a Dataset
EntitiesApi get_entity_entitlements GET /api/v1/entities/entitlements/{id} Get Entitlement
EntitiesApi get_entity_export_definitions GET /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Get an Export Definition
EntitiesApi get_entity_export_templates GET /api/v1/entities/exportTemplates/{id} GET Export Template entity
EntitiesApi get_entity_facts GET /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Get a Fact
EntitiesApi get_entity_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Get a Context Filter
EntitiesApi get_entity_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Get Filter view
EntitiesApi get_entity_identity_providers GET /api/v1/entities/identityProviders/{id} Get Identity Provider
EntitiesApi get_entity_jwks GET /api/v1/entities/jwks/{id} Get Jwk
EntitiesApi get_entity_labels GET /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Get a Label
EntitiesApi get_entity_llm_endpoints GET /api/v1/entities/llmEndpoints/{id} Get LLM endpoint entity
EntitiesApi get_entity_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Get a Metric
EntitiesApi get_entity_notification_channels GET /api/v1/entities/notificationChannels/{id} Get Notification Channel entity
EntitiesApi get_entity_organization_settings GET /api/v1/entities/organizationSettings/{id} Get Organization entity
EntitiesApi get_entity_organizations GET /api/v1/entities/admin/organizations/{id} Get Organizations
EntitiesApi get_entity_themes GET /api/v1/entities/themes/{id} Get Theming
EntitiesApi get_entity_user_data_filters GET /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Get a User Data Filter
EntitiesApi get_entity_user_groups GET /api/v1/entities/userGroups/{id} Get UserGroup entity
EntitiesApi get_entity_user_identifiers GET /api/v1/entities/userIdentifiers/{id} Get UserIdentifier entity
EntitiesApi get_entity_user_settings GET /api/v1/entities/users/{userId}/userSettings/{id} Get a setting for a user
EntitiesApi get_entity_users GET /api/v1/entities/users/{id} Get User entity
EntitiesApi get_entity_visualization_objects GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Get a Visualization Object
EntitiesApi get_entity_workspace_data_filter_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Get a Setting for Workspace Data Filter
EntitiesApi get_entity_workspace_data_filters GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Get a Workspace Data Filter
EntitiesApi get_entity_workspace_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Get a Setting for Workspace
EntitiesApi get_entity_workspaces GET /api/v1/entities/workspaces/{id} Get Workspace entity
EntitiesApi get_organization GET /api/v1/entities/organization Get current organization info
EntitiesApi patch_entity_analytical_dashboards PATCH /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Patch a Dashboard
EntitiesApi patch_entity_attribute_hierarchies PATCH /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Patch an Attribute Hierarchy
EntitiesApi patch_entity_automations PATCH /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Patch an Automation
EntitiesApi patch_entity_color_palettes PATCH /api/v1/entities/colorPalettes/{id} Patch Color Pallette
EntitiesApi patch_entity_cookie_security_configurations PATCH /api/v1/entities/admin/cookieSecurityConfigurations/{id} Patch CookieSecurityConfiguration
EntitiesApi patch_entity_csp_directives PATCH /api/v1/entities/cspDirectives/{id} Patch CSP Directives
EntitiesApi patch_entity_custom_application_settings PATCH /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Patch a Custom Application Setting
EntitiesApi patch_entity_dashboard_plugins PATCH /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Patch a Plugin
EntitiesApi patch_entity_data_sources PATCH /api/v1/entities/dataSources/{id} Patch Data Source entity
EntitiesApi patch_entity_export_definitions PATCH /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Patch an Export Definition
EntitiesApi patch_entity_export_templates PATCH /api/v1/entities/exportTemplates/{id} Patch Export Template entity
EntitiesApi patch_entity_filter_contexts PATCH /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Patch a Context Filter
EntitiesApi patch_entity_filter_views PATCH /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Patch Filter view
EntitiesApi patch_entity_identity_providers PATCH /api/v1/entities/identityProviders/{id} Patch Identity Provider
EntitiesApi patch_entity_jwks PATCH /api/v1/entities/jwks/{id} Patch Jwk
EntitiesApi patch_entity_llm_endpoints PATCH /api/v1/entities/llmEndpoints/{id} Patch LLM endpoint entity
EntitiesApi patch_entity_metrics PATCH /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Patch a Metric
EntitiesApi patch_entity_notification_channels PATCH /api/v1/entities/notificationChannels/{id} Patch Notification Channel entity
EntitiesApi patch_entity_organization_settings PATCH /api/v1/entities/organizationSettings/{id} Patch Organization entity
EntitiesApi patch_entity_organizations PATCH /api/v1/entities/admin/organizations/{id} Patch Organization
EntitiesApi patch_entity_themes PATCH /api/v1/entities/themes/{id} Patch Theming
EntitiesApi patch_entity_user_data_filters PATCH /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Patch a User Data Filter
EntitiesApi patch_entity_user_groups PATCH /api/v1/entities/userGroups/{id} Patch UserGroup entity
EntitiesApi patch_entity_users PATCH /api/v1/entities/users/{id} Patch User entity
EntitiesApi patch_entity_visualization_objects PATCH /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Patch a Visualization Object
EntitiesApi patch_entity_workspace_data_filter_settings PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Patch a Settings for Workspace Data Filter
EntitiesApi patch_entity_workspace_data_filters PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Patch a Workspace Data Filter
EntitiesApi patch_entity_workspace_settings PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Patch a Setting for Workspace
EntitiesApi patch_entity_workspaces PATCH /api/v1/entities/workspaces/{id} Patch Workspace entity
EntitiesApi update_entity_analytical_dashboards PUT /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Put Dashboards
EntitiesApi update_entity_attribute_hierarchies PUT /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Put an Attribute Hierarchy
EntitiesApi update_entity_automations PUT /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Put an Automation
EntitiesApi update_entity_color_palettes PUT /api/v1/entities/colorPalettes/{id} Put Color Pallette
EntitiesApi update_entity_cookie_security_configurations PUT /api/v1/entities/admin/cookieSecurityConfigurations/{id} Put CookieSecurityConfiguration
EntitiesApi update_entity_csp_directives PUT /api/v1/entities/cspDirectives/{id} Put CSP Directives
EntitiesApi update_entity_custom_application_settings PUT /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Put a Custom Application Setting
EntitiesApi update_entity_dashboard_plugins PUT /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Put a Plugin
EntitiesApi update_entity_data_sources PUT /api/v1/entities/dataSources/{id} Put Data Source entity
EntitiesApi update_entity_export_definitions PUT /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Put an Export Definition
EntitiesApi update_entity_export_templates PUT /api/v1/entities/exportTemplates/{id} PUT Export Template entity
EntitiesApi update_entity_filter_contexts PUT /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Put a Context Filter
EntitiesApi update_entity_filter_views PUT /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Put Filter views
EntitiesApi update_entity_identity_providers PUT /api/v1/entities/identityProviders/{id} Put Identity Provider
EntitiesApi update_entity_jwks PUT /api/v1/entities/jwks/{id} Put Jwk
EntitiesApi update_entity_llm_endpoints PUT /api/v1/entities/llmEndpoints/{id} PUT LLM endpoint entity
EntitiesApi update_entity_metrics PUT /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Put a Metric
EntitiesApi update_entity_notification_channels PUT /api/v1/entities/notificationChannels/{id} Put Notification Channel entity
EntitiesApi update_entity_organization_settings PUT /api/v1/entities/organizationSettings/{id} Put Organization entity
EntitiesApi update_entity_organizations PUT /api/v1/entities/admin/organizations/{id} Put Organization
EntitiesApi update_entity_themes PUT /api/v1/entities/themes/{id} Put Theming
EntitiesApi update_entity_user_data_filters PUT /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Put a User Data Filter
EntitiesApi update_entity_user_groups PUT /api/v1/entities/userGroups/{id} Put UserGroup entity
EntitiesApi update_entity_user_settings PUT /api/v1/entities/users/{userId}/userSettings/{id} Put new user settings for the user
EntitiesApi update_entity_users PUT /api/v1/entities/users/{id} Put User entity
EntitiesApi update_entity_visualization_objects PUT /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Put a Visualization Object
EntitiesApi update_entity_workspace_data_filter_settings PUT /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Put a Settings for Workspace Data Filter
EntitiesApi update_entity_workspace_data_filters PUT /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Put a Workspace Data Filter
EntitiesApi update_entity_workspace_settings PUT /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Put a Setting for a Workspace
EntitiesApi update_entity_workspaces PUT /api/v1/entities/workspaces/{id} Put Workspace entity
LayoutApi get_analytics_model GET /api/v1/layout/workspaces/{workspaceId}/analyticsModel Get analytics model
LayoutApi get_automations GET /api/v1/layout/workspaces/{workspaceId}/automations Get automations
LayoutApi get_data_source_permissions GET /api/v1/layout/dataSources/{dataSourceId}/permissions Get permissions for the data source
LayoutApi get_data_sources_layout GET /api/v1/layout/dataSources Get all data sources
LayoutApi get_export_templates_layout GET /api/v1/layout/exportTemplates Get all export templates layout
LayoutApi get_filter_views GET /api/v1/layout/workspaces/{workspaceId}/filterViews Get filter views
LayoutApi get_identity_providers_layout GET /api/v1/layout/identityProviders Get all identity providers layout
LayoutApi get_logical_model GET /api/v1/layout/workspaces/{workspaceId}/logicalModel Get logical model
LayoutApi get_notification_channels_layout GET /api/v1/layout/notificationChannels Get all notification channels layout
LayoutApi get_organization_layout GET /api/v1/layout/organization Get organization layout
LayoutApi get_organization_permissions GET /api/v1/layout/organization/permissions Get organization permissions
LayoutApi get_user_data_filters GET /api/v1/layout/workspaces/{workspaceId}/userDataFilters Get user data filters
LayoutApi get_user_group_permissions GET /api/v1/layout/userGroups/{userGroupId}/permissions Get permissions for the user-group
LayoutApi get_user_groups_layout GET /api/v1/layout/userGroups Get all user groups
LayoutApi get_user_permissions GET /api/v1/layout/users/{userId}/permissions Get permissions for the user
LayoutApi get_users_layout GET /api/v1/layout/users Get all users
LayoutApi get_users_user_groups_layout GET /api/v1/layout/usersAndUserGroups Get all users and user groups
LayoutApi get_workspace_data_filters_layout GET /api/v1/layout/workspaceDataFilters Get workspace data filters for all workspaces
LayoutApi get_workspace_layout GET /api/v1/layout/workspaces/{workspaceId} Get workspace layout
LayoutApi get_workspace_permissions GET /api/v1/layout/workspaces/{workspaceId}/permissions Get permissions for the workspace
LayoutApi get_workspaces_layout GET /api/v1/layout/workspaces Get all workspaces layout
LayoutApi put_data_sources_layout PUT /api/v1/layout/dataSources Put all data sources
LayoutApi put_user_groups_layout PUT /api/v1/layout/userGroups Put all user groups
LayoutApi put_users_layout PUT /api/v1/layout/users Put all users
LayoutApi put_users_user_groups_layout PUT /api/v1/layout/usersAndUserGroups Put all users and user groups
LayoutApi put_workspace_layout PUT /api/v1/layout/workspaces/{workspaceId} Set workspace layout
LayoutApi set_analytics_model PUT /api/v1/layout/workspaces/{workspaceId}/analyticsModel Set analytics model
LayoutApi set_automations PUT /api/v1/layout/workspaces/{workspaceId}/automations Set automations
LayoutApi set_data_source_permissions PUT /api/v1/layout/dataSources/{dataSourceId}/permissions Set data source permissions.
LayoutApi set_export_templates PUT /api/v1/layout/exportTemplates Set all export templates
LayoutApi set_filter_views PUT /api/v1/layout/workspaces/{workspaceId}/filterViews Set filter views
LayoutApi set_identity_providers PUT /api/v1/layout/identityProviders Set all identity providers
LayoutApi set_logical_model PUT /api/v1/layout/workspaces/{workspaceId}/logicalModel Set logical model
LayoutApi set_notification_channels PUT /api/v1/layout/notificationChannels Set all notification channels
LayoutApi set_organization_layout PUT /api/v1/layout/organization Set organization layout
LayoutApi set_organization_permissions PUT /api/v1/layout/organization/permissions Set organization permissions
LayoutApi set_user_data_filters PUT /api/v1/layout/workspaces/{workspaceId}/userDataFilters Set user data filters
LayoutApi set_user_group_permissions PUT /api/v1/layout/userGroups/{userGroupId}/permissions Set permissions for the user-group
LayoutApi set_user_permissions PUT /api/v1/layout/users/{userId}/permissions Set permissions for the user
LayoutApi set_workspace_data_filters_layout PUT /api/v1/layout/workspaceDataFilters Set all workspace data filters
LayoutApi set_workspace_permissions PUT /api/v1/layout/workspaces/{workspaceId}/permissions Set permissions for the workspace
LayoutApi set_workspaces_layout PUT /api/v1/layout/workspaces Set all workspaces layout
OrganizationControllerApi get_entity_cookie_security_configurations GET /api/v1/entities/admin/cookieSecurityConfigurations/{id} Get CookieSecurityConfiguration
OrganizationControllerApi get_entity_organizations GET /api/v1/entities/admin/organizations/{id} Get Organizations
OrganizationControllerApi patch_entity_cookie_security_configurations PATCH /api/v1/entities/admin/cookieSecurityConfigurations/{id} Patch CookieSecurityConfiguration
OrganizationControllerApi patch_entity_organizations PATCH /api/v1/entities/admin/organizations/{id} Patch Organization
OrganizationControllerApi update_entity_cookie_security_configurations PUT /api/v1/entities/admin/cookieSecurityConfigurations/{id} Put CookieSecurityConfiguration
OrganizationControllerApi update_entity_organizations PUT /api/v1/entities/admin/organizations/{id} Put Organization
OrganizationModelControllerApi create_entity_color_palettes POST /api/v1/entities/colorPalettes Post Color Pallettes
OrganizationModelControllerApi create_entity_csp_directives POST /api/v1/entities/cspDirectives Post CSP Directives
OrganizationModelControllerApi create_entity_data_sources POST /api/v1/entities/dataSources Post Data Sources
OrganizationModelControllerApi create_entity_export_templates POST /api/v1/entities/exportTemplates Post Export Template entities
OrganizationModelControllerApi create_entity_identity_providers POST /api/v1/entities/identityProviders Post Identity Providers
OrganizationModelControllerApi create_entity_jwks POST /api/v1/entities/jwks Post Jwks
OrganizationModelControllerApi create_entity_llm_endpoints POST /api/v1/entities/llmEndpoints Post LLM endpoint entities
OrganizationModelControllerApi create_entity_notification_channels POST /api/v1/entities/notificationChannels Post Notification Channel entities
OrganizationModelControllerApi create_entity_organization_settings POST /api/v1/entities/organizationSettings Post Organization Setting entities
OrganizationModelControllerApi create_entity_themes POST /api/v1/entities/themes Post Theming
OrganizationModelControllerApi create_entity_user_groups POST /api/v1/entities/userGroups Post User Group entities
OrganizationModelControllerApi create_entity_users POST /api/v1/entities/users Post User entities
OrganizationModelControllerApi create_entity_workspaces POST /api/v1/entities/workspaces Post Workspace entities
OrganizationModelControllerApi delete_entity_color_palettes DELETE /api/v1/entities/colorPalettes/{id} Delete a Color Pallette
OrganizationModelControllerApi delete_entity_csp_directives DELETE /api/v1/entities/cspDirectives/{id} Delete CSP Directives
OrganizationModelControllerApi delete_entity_data_sources DELETE /api/v1/entities/dataSources/{id} Delete Data Source entity
OrganizationModelControllerApi delete_entity_export_templates DELETE /api/v1/entities/exportTemplates/{id} Delete Export Template entity
OrganizationModelControllerApi delete_entity_identity_providers DELETE /api/v1/entities/identityProviders/{id} Delete Identity Provider
OrganizationModelControllerApi delete_entity_jwks DELETE /api/v1/entities/jwks/{id} Delete Jwk
OrganizationModelControllerApi delete_entity_llm_endpoints DELETE /api/v1/entities/llmEndpoints/{id}
OrganizationModelControllerApi delete_entity_notification_channels DELETE /api/v1/entities/notificationChannels/{id} Delete Notification Channel entity
OrganizationModelControllerApi delete_entity_organization_settings DELETE /api/v1/entities/organizationSettings/{id} Delete Organization entity
OrganizationModelControllerApi delete_entity_themes DELETE /api/v1/entities/themes/{id} Delete Theming
OrganizationModelControllerApi delete_entity_user_groups DELETE /api/v1/entities/userGroups/{id} Delete UserGroup entity
OrganizationModelControllerApi delete_entity_users DELETE /api/v1/entities/users/{id} Delete User entity
OrganizationModelControllerApi delete_entity_workspaces DELETE /api/v1/entities/workspaces/{id} Delete Workspace entity
OrganizationModelControllerApi get_all_entities_color_palettes GET /api/v1/entities/colorPalettes Get all Color Pallettes
OrganizationModelControllerApi get_all_entities_csp_directives GET /api/v1/entities/cspDirectives Get CSP Directives
OrganizationModelControllerApi get_all_entities_data_source_identifiers GET /api/v1/entities/dataSourceIdentifiers Get all Data Source Identifiers
OrganizationModelControllerApi get_all_entities_data_sources GET /api/v1/entities/dataSources Get Data Source entities
OrganizationModelControllerApi get_all_entities_entitlements GET /api/v1/entities/entitlements Get Entitlements
OrganizationModelControllerApi get_all_entities_export_templates GET /api/v1/entities/exportTemplates GET all Export Template entities
OrganizationModelControllerApi get_all_entities_identity_providers GET /api/v1/entities/identityProviders Get all Identity Providers
OrganizationModelControllerApi get_all_entities_jwks GET /api/v1/entities/jwks Get all Jwks
OrganizationModelControllerApi get_all_entities_llm_endpoints GET /api/v1/entities/llmEndpoints Get all LLM endpoint entities
OrganizationModelControllerApi get_all_entities_notification_channels GET /api/v1/entities/notificationChannels Get all Notification Channel entities
OrganizationModelControllerApi get_all_entities_organization_settings GET /api/v1/entities/organizationSettings Get Organization entities
OrganizationModelControllerApi get_all_entities_themes GET /api/v1/entities/themes Get all Theming entities
OrganizationModelControllerApi get_all_entities_user_groups GET /api/v1/entities/userGroups Get UserGroup entities
OrganizationModelControllerApi get_all_entities_user_identifiers GET /api/v1/entities/userIdentifiers Get UserIdentifier entities
OrganizationModelControllerApi get_all_entities_users GET /api/v1/entities/users Get User entities
OrganizationModelControllerApi get_all_entities_workspaces GET /api/v1/entities/workspaces Get Workspace entities
OrganizationModelControllerApi get_entity_color_palettes GET /api/v1/entities/colorPalettes/{id} Get Color Pallette
OrganizationModelControllerApi get_entity_csp_directives GET /api/v1/entities/cspDirectives/{id} Get CSP Directives
OrganizationModelControllerApi get_entity_data_source_identifiers GET /api/v1/entities/dataSourceIdentifiers/{id} Get Data Source Identifier
OrganizationModelControllerApi get_entity_data_sources GET /api/v1/entities/dataSources/{id} Get Data Source entity
OrganizationModelControllerApi get_entity_entitlements GET /api/v1/entities/entitlements/{id} Get Entitlement
OrganizationModelControllerApi get_entity_export_templates GET /api/v1/entities/exportTemplates/{id} GET Export Template entity
OrganizationModelControllerApi get_entity_identity_providers GET /api/v1/entities/identityProviders/{id} Get Identity Provider
OrganizationModelControllerApi get_entity_jwks GET /api/v1/entities/jwks/{id} Get Jwk
OrganizationModelControllerApi get_entity_llm_endpoints GET /api/v1/entities/llmEndpoints/{id} Get LLM endpoint entity
OrganizationModelControllerApi get_entity_notification_channels GET /api/v1/entities/notificationChannels/{id} Get Notification Channel entity
OrganizationModelControllerApi get_entity_organization_settings GET /api/v1/entities/organizationSettings/{id} Get Organization entity
OrganizationModelControllerApi get_entity_themes GET /api/v1/entities/themes/{id} Get Theming
OrganizationModelControllerApi get_entity_user_groups GET /api/v1/entities/userGroups/{id} Get UserGroup entity
OrganizationModelControllerApi get_entity_user_identifiers GET /api/v1/entities/userIdentifiers/{id} Get UserIdentifier entity
OrganizationModelControllerApi get_entity_users GET /api/v1/entities/users/{id} Get User entity
OrganizationModelControllerApi get_entity_workspaces GET /api/v1/entities/workspaces/{id} Get Workspace entity
OrganizationModelControllerApi patch_entity_color_palettes PATCH /api/v1/entities/colorPalettes/{id} Patch Color Pallette
OrganizationModelControllerApi patch_entity_csp_directives PATCH /api/v1/entities/cspDirectives/{id} Patch CSP Directives
OrganizationModelControllerApi patch_entity_data_sources PATCH /api/v1/entities/dataSources/{id} Patch Data Source entity
OrganizationModelControllerApi patch_entity_export_templates PATCH /api/v1/entities/exportTemplates/{id} Patch Export Template entity
OrganizationModelControllerApi patch_entity_identity_providers PATCH /api/v1/entities/identityProviders/{id} Patch Identity Provider
OrganizationModelControllerApi patch_entity_jwks PATCH /api/v1/entities/jwks/{id} Patch Jwk
OrganizationModelControllerApi patch_entity_llm_endpoints PATCH /api/v1/entities/llmEndpoints/{id} Patch LLM endpoint entity
OrganizationModelControllerApi patch_entity_notification_channels PATCH /api/v1/entities/notificationChannels/{id} Patch Notification Channel entity
OrganizationModelControllerApi patch_entity_organization_settings PATCH /api/v1/entities/organizationSettings/{id} Patch Organization entity
OrganizationModelControllerApi patch_entity_themes PATCH /api/v1/entities/themes/{id} Patch Theming
OrganizationModelControllerApi patch_entity_user_groups PATCH /api/v1/entities/userGroups/{id} Patch UserGroup entity
OrganizationModelControllerApi patch_entity_users PATCH /api/v1/entities/users/{id} Patch User entity
OrganizationModelControllerApi patch_entity_workspaces PATCH /api/v1/entities/workspaces/{id} Patch Workspace entity
OrganizationModelControllerApi update_entity_color_palettes PUT /api/v1/entities/colorPalettes/{id} Put Color Pallette
OrganizationModelControllerApi update_entity_csp_directives PUT /api/v1/entities/cspDirectives/{id} Put CSP Directives
OrganizationModelControllerApi update_entity_data_sources PUT /api/v1/entities/dataSources/{id} Put Data Source entity
OrganizationModelControllerApi update_entity_export_templates PUT /api/v1/entities/exportTemplates/{id} PUT Export Template entity
OrganizationModelControllerApi update_entity_identity_providers PUT /api/v1/entities/identityProviders/{id} Put Identity Provider
OrganizationModelControllerApi update_entity_jwks PUT /api/v1/entities/jwks/{id} Put Jwk
OrganizationModelControllerApi update_entity_llm_endpoints PUT /api/v1/entities/llmEndpoints/{id} PUT LLM endpoint entity
OrganizationModelControllerApi update_entity_notification_channels PUT /api/v1/entities/notificationChannels/{id} Put Notification Channel entity
OrganizationModelControllerApi update_entity_organization_settings PUT /api/v1/entities/organizationSettings/{id} Put Organization entity
OrganizationModelControllerApi update_entity_themes PUT /api/v1/entities/themes/{id} Put Theming
OrganizationModelControllerApi update_entity_user_groups PUT /api/v1/entities/userGroups/{id} Put UserGroup entity
OrganizationModelControllerApi update_entity_users PUT /api/v1/entities/users/{id} Put User entity
OrganizationModelControllerApi update_entity_workspaces PUT /api/v1/entities/workspaces/{id} Put Workspace entity
UserModelControllerApi create_entity_api_tokens POST /api/v1/entities/users/{userId}/apiTokens Post a new API token for the user
UserModelControllerApi create_entity_user_settings POST /api/v1/entities/users/{userId}/userSettings Post new user settings for the user
UserModelControllerApi delete_entity_api_tokens DELETE /api/v1/entities/users/{userId}/apiTokens/{id} Delete an API Token for a user
UserModelControllerApi delete_entity_user_settings DELETE /api/v1/entities/users/{userId}/userSettings/{id} Delete a setting for a user
UserModelControllerApi get_all_entities_api_tokens GET /api/v1/entities/users/{userId}/apiTokens List all api tokens for a user
UserModelControllerApi get_all_entities_user_settings GET /api/v1/entities/users/{userId}/userSettings List all settings for a user
UserModelControllerApi get_entity_api_tokens GET /api/v1/entities/users/{userId}/apiTokens/{id} Get an API Token for a user
UserModelControllerApi get_entity_user_settings GET /api/v1/entities/users/{userId}/userSettings/{id} Get a setting for a user
UserModelControllerApi update_entity_user_settings PUT /api/v1/entities/users/{userId}/userSettings/{id} Put new user settings for the user
WorkspaceObjectControllerApi create_entity_analytical_dashboards POST /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards Post Dashboards
WorkspaceObjectControllerApi create_entity_attribute_hierarchies POST /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies Post Attribute Hierarchies
WorkspaceObjectControllerApi create_entity_automations POST /api/v1/entities/workspaces/{workspaceId}/automations Post Automations
WorkspaceObjectControllerApi create_entity_custom_application_settings POST /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings Post Custom Application Settings
WorkspaceObjectControllerApi create_entity_dashboard_plugins POST /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins Post Plugins
WorkspaceObjectControllerApi create_entity_export_definitions POST /api/v1/entities/workspaces/{workspaceId}/exportDefinitions Post Export Definitions
WorkspaceObjectControllerApi create_entity_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts Post Context Filters
WorkspaceObjectControllerApi create_entity_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews Post Filter views
WorkspaceObjectControllerApi create_entity_metrics POST /api/v1/entities/workspaces/{workspaceId}/metrics Post Metrics
WorkspaceObjectControllerApi create_entity_user_data_filters POST /api/v1/entities/workspaces/{workspaceId}/userDataFilters Post User Data Filters
WorkspaceObjectControllerApi create_entity_visualization_objects POST /api/v1/entities/workspaces/{workspaceId}/visualizationObjects Post Visualization Objects
WorkspaceObjectControllerApi create_entity_workspace_data_filter_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings Post Settings for Workspace Data Filters
WorkspaceObjectControllerApi create_entity_workspace_data_filters POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters Post Workspace Data Filters
WorkspaceObjectControllerApi create_entity_workspace_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings Post Settings for Workspaces
WorkspaceObjectControllerApi delete_entity_analytical_dashboards DELETE /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Delete a Dashboard
WorkspaceObjectControllerApi delete_entity_attribute_hierarchies DELETE /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Delete an Attribute Hierarchy
WorkspaceObjectControllerApi delete_entity_automations DELETE /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Delete an Automation
WorkspaceObjectControllerApi delete_entity_custom_application_settings DELETE /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Delete a Custom Application Setting
WorkspaceObjectControllerApi delete_entity_dashboard_plugins DELETE /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Delete a Plugin
WorkspaceObjectControllerApi delete_entity_export_definitions DELETE /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Delete an Export Definition
WorkspaceObjectControllerApi delete_entity_filter_contexts DELETE /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Delete a Context Filter
WorkspaceObjectControllerApi delete_entity_filter_views DELETE /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Delete Filter view
WorkspaceObjectControllerApi delete_entity_metrics DELETE /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Delete a Metric
WorkspaceObjectControllerApi delete_entity_user_data_filters DELETE /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Delete a User Data Filter
WorkspaceObjectControllerApi delete_entity_visualization_objects DELETE /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Delete a Visualization Object
WorkspaceObjectControllerApi delete_entity_workspace_data_filter_settings DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Delete a Settings for Workspace Data Filter
WorkspaceObjectControllerApi delete_entity_workspace_data_filters DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Delete a Workspace Data Filter
WorkspaceObjectControllerApi delete_entity_workspace_settings DELETE /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Delete a Setting for Workspace
WorkspaceObjectControllerApi get_all_entities_analytical_dashboards GET /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards Get all Dashboards
WorkspaceObjectControllerApi get_all_entities_attribute_hierarchies GET /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies Get all Attribute Hierarchies
WorkspaceObjectControllerApi get_all_entities_attributes GET /api/v1/entities/workspaces/{workspaceId}/attributes Get all Attributes
WorkspaceObjectControllerApi get_all_entities_automations GET /api/v1/entities/workspaces/{workspaceId}/automations Get all Automations
WorkspaceObjectControllerApi get_all_entities_custom_application_settings GET /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings Get all Custom Application Settings
WorkspaceObjectControllerApi get_all_entities_dashboard_plugins GET /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins Get all Plugins
WorkspaceObjectControllerApi get_all_entities_datasets GET /api/v1/entities/workspaces/{workspaceId}/datasets Get all Datasets
WorkspaceObjectControllerApi get_all_entities_export_definitions GET /api/v1/entities/workspaces/{workspaceId}/exportDefinitions Get all Export Definitions
WorkspaceObjectControllerApi get_all_entities_facts GET /api/v1/entities/workspaces/{workspaceId}/facts Get all Facts
WorkspaceObjectControllerApi get_all_entities_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts Get all Context Filters
WorkspaceObjectControllerApi get_all_entities_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews Get all Filter views
WorkspaceObjectControllerApi get_all_entities_labels GET /api/v1/entities/workspaces/{workspaceId}/labels Get all Labels
WorkspaceObjectControllerApi get_all_entities_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics Get all Metrics
WorkspaceObjectControllerApi get_all_entities_user_data_filters GET /api/v1/entities/workspaces/{workspaceId}/userDataFilters Get all User Data Filters
WorkspaceObjectControllerApi get_all_entities_visualization_objects GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects Get all Visualization Objects
WorkspaceObjectControllerApi get_all_entities_workspace_data_filter_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings Get all Settings for Workspace Data Filters
WorkspaceObjectControllerApi get_all_entities_workspace_data_filters GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters Get all Workspace Data Filters
WorkspaceObjectControllerApi get_all_entities_workspace_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceSettings Get all Setting for Workspaces
WorkspaceObjectControllerApi get_entity_analytical_dashboards GET /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Get a Dashboard
WorkspaceObjectControllerApi get_entity_attribute_hierarchies GET /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Get an Attribute Hierarchy
WorkspaceObjectControllerApi get_entity_attributes GET /api/v1/entities/workspaces/{workspaceId}/attributes/{objectId} Get an Attribute
WorkspaceObjectControllerApi get_entity_automations GET /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Get an Automation
WorkspaceObjectControllerApi get_entity_custom_application_settings GET /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Get a Custom Application Setting
WorkspaceObjectControllerApi get_entity_dashboard_plugins GET /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Get a Plugin
WorkspaceObjectControllerApi get_entity_datasets GET /api/v1/entities/workspaces/{workspaceId}/datasets/{objectId} Get a Dataset
WorkspaceObjectControllerApi get_entity_export_definitions GET /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Get an Export Definition
WorkspaceObjectControllerApi get_entity_facts GET /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Get a Fact
WorkspaceObjectControllerApi get_entity_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Get a Context Filter
WorkspaceObjectControllerApi get_entity_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Get Filter view
WorkspaceObjectControllerApi get_entity_labels GET /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Get a Label
WorkspaceObjectControllerApi get_entity_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Get a Metric
WorkspaceObjectControllerApi get_entity_user_data_filters GET /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Get a User Data Filter
WorkspaceObjectControllerApi get_entity_visualization_objects GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Get a Visualization Object
WorkspaceObjectControllerApi get_entity_workspace_data_filter_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Get a Setting for Workspace Data Filter
WorkspaceObjectControllerApi get_entity_workspace_data_filters GET /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Get a Workspace Data Filter
WorkspaceObjectControllerApi get_entity_workspace_settings GET /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Get a Setting for Workspace
WorkspaceObjectControllerApi patch_entity_analytical_dashboards PATCH /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Patch a Dashboard
WorkspaceObjectControllerApi patch_entity_attribute_hierarchies PATCH /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Patch an Attribute Hierarchy
WorkspaceObjectControllerApi patch_entity_automations PATCH /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Patch an Automation
WorkspaceObjectControllerApi patch_entity_custom_application_settings PATCH /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Patch a Custom Application Setting
WorkspaceObjectControllerApi patch_entity_dashboard_plugins PATCH /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Patch a Plugin
WorkspaceObjectControllerApi patch_entity_export_definitions PATCH /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Patch an Export Definition
WorkspaceObjectControllerApi patch_entity_filter_contexts PATCH /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Patch a Context Filter
WorkspaceObjectControllerApi patch_entity_filter_views PATCH /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Patch Filter view
WorkspaceObjectControllerApi patch_entity_metrics PATCH /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Patch a Metric
WorkspaceObjectControllerApi patch_entity_user_data_filters PATCH /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Patch a User Data Filter
WorkspaceObjectControllerApi patch_entity_visualization_objects PATCH /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Patch a Visualization Object
WorkspaceObjectControllerApi patch_entity_workspace_data_filter_settings PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Patch a Settings for Workspace Data Filter
WorkspaceObjectControllerApi patch_entity_workspace_data_filters PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Patch a Workspace Data Filter
WorkspaceObjectControllerApi patch_entity_workspace_settings PATCH /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Patch a Setting for Workspace
WorkspaceObjectControllerApi update_entity_analytical_dashboards PUT /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/{objectId} Put Dashboards
WorkspaceObjectControllerApi update_entity_attribute_hierarchies PUT /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/{objectId} Put an Attribute Hierarchy
WorkspaceObjectControllerApi update_entity_automations PUT /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} Put an Automation
WorkspaceObjectControllerApi update_entity_custom_application_settings PUT /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/{objectId} Put a Custom Application Setting
WorkspaceObjectControllerApi update_entity_dashboard_plugins PUT /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/{objectId} Put a Plugin
WorkspaceObjectControllerApi update_entity_export_definitions PUT /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Put an Export Definition
WorkspaceObjectControllerApi update_entity_filter_contexts PUT /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Put a Context Filter
WorkspaceObjectControllerApi update_entity_filter_views PUT /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Put Filter views
WorkspaceObjectControllerApi update_entity_metrics PUT /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Put a Metric
WorkspaceObjectControllerApi update_entity_user_data_filters PUT /api/v1/entities/workspaces/{workspaceId}/userDataFilters/{objectId} Put a User Data Filter
WorkspaceObjectControllerApi update_entity_visualization_objects PUT /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{objectId} Put a Visualization Object
WorkspaceObjectControllerApi update_entity_workspace_data_filter_settings PUT /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/{objectId} Put a Settings for Workspace Data Filter
WorkspaceObjectControllerApi update_entity_workspace_data_filters PUT /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/{objectId} Put a Workspace Data Filter
WorkspaceObjectControllerApi update_entity_workspace_settings PUT /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/{objectId} Put a Setting for a Workspace

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

[email protected]

Notes for Large OpenAPI documents

If the OpenAPI document is large, imports in gooddata_api_client.apis and gooddata_api_client.models may fail with a RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:

Solution 1: Use specific imports for apis and models like:

  • from gooddata_api_client.api.default_api import DefaultApi
  • from gooddata_api_client.model.pet import Pet

Solution 2: Before importing the package, adjust the maximum recursion limit as shown below:

import sys
sys.setrecursionlimit(1500)
import gooddata_api_client
from gooddata_api_client.apis import *
from gooddata_api_client.models import *