Skip to main content

OpenAPI definition

Project description

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.59.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 aac_analytics_model_api
from gooddata_api_client.model.aac_analytics_model import AacAnalyticsModel
# 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 = aac_analytics_model_api.AACAnalyticsModelApi(api_client)
    workspace_id = "workspaceId_example" # str | 
    exclude = [
        "ACTIVITY_INFO",
    ] # [str] |  (optional)

    try:
        # Get analytics model in AAC format
        api_response = api_instance.get_analytics_model_aac(workspace_id, exclude=exclude)
        pprint(api_response)
    except gooddata_api_client.ApiException as e:
        print("Exception when calling AACAnalyticsModelApi->get_analytics_model_aac: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AACAnalyticsModelApi get_analytics_model_aac GET /api/v1/aac/workspaces/{workspaceId}/analyticsModel Get analytics model in AAC format
AACAnalyticsModelApi set_analytics_model_aac PUT /api/v1/aac/workspaces/{workspaceId}/analyticsModel Set analytics model from AAC format
AACLogicalDataModelApi get_logical_model_aac GET /api/v1/aac/workspaces/{workspaceId}/logicalModel Get logical model in AAC format
AACLogicalDataModelApi set_logical_model_aac PUT /api/v1/aac/workspaces/{workspaceId}/logicalModel Set logical model from AAC format
AIApi create_entity_knowledge_recommendations POST /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations
AIApi create_entity_memory_items POST /api/v1/entities/workspaces/{workspaceId}/memoryItems
AIApi delete_entity_knowledge_recommendations DELETE /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
AIApi delete_entity_memory_items DELETE /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
AIApi get_all_entities_knowledge_recommendations GET /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations
AIApi get_all_entities_memory_items GET /api/v1/entities/workspaces/{workspaceId}/memoryItems
AIApi get_entity_knowledge_recommendations GET /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
AIApi get_entity_memory_items GET /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
AIApi metadata_check_organization POST /api/v1/actions/organization/metadataCheck (BETA) Check Organization Metadata Inconsistencies
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
AIApi patch_entity_knowledge_recommendations PATCH /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
AIApi patch_entity_memory_items PATCH /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
AIApi search_entities_knowledge_recommendations POST /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/search
AIApi search_entities_memory_items POST /api/v1/entities/workspaces/{workspaceId}/memoryItems/search Search request for MemoryItem
AIApi update_entity_knowledge_recommendations PUT /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
AIApi update_entity_memory_items PUT /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
AILakeApi deprovision_ai_lake_database_instance DELETE /api/v1/ailake/database/instance/{instanceId} (BETA) Delete an existing AILake Database instance
AILakeApi get_ai_lake_database_instance GET /api/v1/ailake/database/instance/{instanceId} (BETA) Get the specified AILake Database instance
AILakeApi get_ai_lake_operation GET /api/v1/ailake/operation/{operationId} (BETA) Get Long Running Operation details
AILakeApi provision_ai_lake_database_instance POST /api/v1/ailake/database/instance (BETA) Create a new AILake Database instance
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 search_entities_attribute_hierarchies POST /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/search Search request for AttributeHierarchy
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
AttributesApi patch_entity_attributes PATCH /api/v1/entities/workspaces/{workspaceId}/attributes/{objectId} Patch an Attribute (beta)
AttributesApi search_entities_attributes POST /api/v1/entities/workspaces/{workspaceId}/attributes/search Search request for 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 delete_organization_automations POST /api/v1/actions/organization/automations/delete Delete selected automations across all workspaces
AutomationsApi delete_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/delete Delete selected automations in the workspace
AutomationsApi get_all_automations_workspace_automations GET /api/v1/entities/organization/workspaceAutomations Get all Automations across all Workspaces
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 pause_organization_automations POST /api/v1/actions/organization/automations/pause Pause selected automations across all workspaces
AutomationsApi pause_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/pause Pause selected automations in the workspace
AutomationsApi search_entities_automation_results POST /api/v1/entities/workspaces/{workspaceId}/automationResults/search Search request for AutomationResult
AutomationsApi search_entities_automations POST /api/v1/entities/workspaces/{workspaceId}/automations/search Search request for 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 unpause_organization_automations POST /api/v1/actions/organization/automations/unpause Unpause selected automations across all workspaces
AutomationsApi unpause_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/unpause Unpause selected automations in the workspace
AutomationsApi unsubscribe_all_automations DELETE /api/v1/actions/organization/automations/unsubscribe Unsubscribe from all automations in all workspaces
AutomationsApi unsubscribe_automation DELETE /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/unsubscribe Unsubscribe from an automation
AutomationsApi unsubscribe_organization_automations POST /api/v1/actions/organization/automations/unsubscribe Unsubscribe from selected automations across all workspaces
AutomationsApi unsubscribe_selected_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe Unsubscribe from selected automations in the workspace
AutomationsApi unsubscribe_workspace_automations DELETE /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe Unsubscribe from all automations in the workspace
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 cancel_executions POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/cancel Applies all the given cancel tokens.
ComputationApi change_analysis POST /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis Compute change analysis
ComputationApi change_analysis_result GET /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis/result/{resultId} Get change analysis result
ComputationApi column_statistics POST /api/v1/actions/dataSources/{dataSourceId}/computeColumnStatistics (EXPERIMENTAL) Compute column statistics
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 outlier_detection POST /api/v1/actions/workspaces/{workspaceId}/execution/detectOutliers (BETA) Outlier Detection
ComputationApi outlier_detection_result GET /api/v1/actions/workspaces/{workspaceId}/execution/detectOutliers/result/{resultId} (BETA) Outlier Detection 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
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 search_entities_analytical_dashboards POST /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/search Search request for AnalyticalDashboard
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 search_entities_user_data_filters POST /api/v1/entities/workspaces/{workspaceId}/userDataFilters/search Search request for UserDataFilter
DataFiltersApi search_entities_workspace_data_filter_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/search Search request for WorkspaceDataFilterSetting
DataFiltersApi search_entities_workspace_data_filters POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/search Search request for WorkspaceDataFilter
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
DatasetsApi patch_entity_datasets PATCH /api/v1/entities/workspaces/{workspaceId}/datasets/{objectId} Patch a Dataset (beta)
DatasetsApi search_entities_datasets POST /api/v1/entities/workspaces/{workspaceId}/datasets/search Search request for 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 search_entities_export_definitions POST /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/search Search request for ExportDefinition
ExportDefinitionsApi update_entity_export_definitions PUT /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Put an Export Definition
ExportTemplatesApi create_entity_export_templates POST /api/v1/entities/exportTemplates Post Export Template entities
ExportTemplatesApi delete_entity_export_templates DELETE /api/v1/entities/exportTemplates/{id} Delete Export Template entity
ExportTemplatesApi get_all_entities_export_templates GET /api/v1/entities/exportTemplates GET all Export Template entities
ExportTemplatesApi get_entity_export_templates GET /api/v1/entities/exportTemplates/{id} GET Export Template entity
ExportTemplatesApi patch_entity_export_templates PATCH /api/v1/entities/exportTemplates/{id} Patch Export Template entity
ExportTemplatesApi update_entity_export_templates PUT /api/v1/entities/exportTemplates/{id} PUT Export Template entity
FactsApi get_all_entities_aggregated_facts GET /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts
FactsApi get_all_entities_facts GET /api/v1/entities/workspaces/{workspaceId}/facts Get all Facts
FactsApi get_entity_aggregated_facts GET /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts/{objectId}
FactsApi get_entity_facts GET /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Get a Fact
FactsApi patch_entity_facts PATCH /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Patch a Fact (beta)
FactsApi search_entities_aggregated_facts POST /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts/search Search request for AggregatedFact
FactsApi search_entities_facts POST /api/v1/entities/workspaces/{workspaceId}/facts/search Search request for Fact
FilterContextApi create_entity_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts Post Filter Context
FilterContextApi delete_entity_filter_contexts DELETE /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Delete a Filter Context
FilterContextApi get_all_entities_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts Get all Filter Context
FilterContextApi get_entity_filter_contexts GET /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Get a Filter Context
FilterContextApi patch_entity_filter_contexts PATCH /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Patch a Filter Context
FilterContextApi search_entities_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts/search Search request for FilterContext
FilterContextApi update_entity_filter_contexts PUT /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Put a Filter Context
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 search_entities_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews/search Search request for FilterView
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)
GenerateLogicalDataModelApi generate_logical_model_aac POST /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModelAac Generate logical data model in AAC format from physical data model (PDM)
GeographicDataApi create_entity_custom_geo_collections POST /api/v1/entities/customGeoCollections
GeographicDataApi delete_entity_custom_geo_collections DELETE /api/v1/entities/customGeoCollections/{id}
GeographicDataApi get_all_entities_custom_geo_collections GET /api/v1/entities/customGeoCollections
GeographicDataApi get_entity_custom_geo_collections GET /api/v1/entities/customGeoCollections/{id}
GeographicDataApi patch_entity_custom_geo_collections PATCH /api/v1/entities/customGeoCollections/{id}
GeographicDataApi update_entity_custom_geo_collections PUT /api/v1/entities/customGeoCollections/{id}
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
ImageExportApi create_image_export POST /api/v1/actions/workspaces/{workspaceId}/export/image (EXPERIMENTAL) Create image export request
ImageExportApi get_image_export GET /api/v1/actions/workspaces/{workspaceId}/export/image/{exportId} (EXPERIMENTAL) Retrieve exported files
ImageExportApi get_image_export_metadata GET /api/v1/actions/workspaces/{workspaceId}/export/image/{exportId}/metadata (EXPERIMENTAL) Retrieve metadata context
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
LabelsApi patch_entity_labels PATCH /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Patch a Label (beta)
LabelsApi search_entities_labels POST /api/v1/entities/workspaces/{workspaceId}/labels/search Search request for 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.
MetadataCheckApi metadata_check_organization POST /api/v1/actions/organization/metadataCheck (BETA) Check Organization Metadata Inconsistencies
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 search_entities_metrics POST /api/v1/entities/workspaces/{workspaceId}/metrics/search Search request for 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_channel_identifiers GET /api/v1/entities/notificationChannelIdentifiers
NotificationChannelsApi get_all_entities_notification_channels GET /api/v1/entities/notificationChannels Get all Notification Channel entities
NotificationChannelsApi get_entity_notification_channel_identifiers GET /api/v1/entities/notificationChannelIdentifiers/{id}
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
OrganizationApi switch_active_identity_provider POST /api/v1/actions/organization/switchActiveIdentityProvider Switch Active Identity Provider
OrganizationDeclarativeAPIsApi get_custom_geo_collections_layout GET /api/v1/layout/customGeoCollections Get all custom geo collections layout
OrganizationDeclarativeAPIsApi get_organization_layout GET /api/v1/layout/organization Get organization layout
OrganizationDeclarativeAPIsApi set_custom_geo_collections PUT /api/v1/layout/customGeoCollections Set all custom geo collections
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 search_entities_dashboard_plugins POST /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/search Search request for DashboardPlugin
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_chat_usage GET /api/v1/actions/workspaces/{workspaceId}/ai/chatUsage Get Chat Usage
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 created_by GET /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy Get Analytics Catalog CreatedBy Users
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
SmartFunctionsApi get_quality_issues GET /api/v1/actions/workspaces/{workspaceId}/ai/issues Get Quality Issues
SmartFunctionsApi get_quality_issues_calculation_status GET /api/v1/actions/workspaces/{workspaceId}/ai/issues/status/{processId} Get Quality Issues Calculation Status
SmartFunctionsApi memory_created_by_users GET /api/v1/actions/workspaces/{workspaceId}/ai/memory/createdBy Get AI Memory CreatedBy Users
SmartFunctionsApi resolve_llm_endpoints GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmEndpoints Get Active LLM Endpoints for this workspace
SmartFunctionsApi tags GET /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/tags Get Analytics Catalog Tags
SmartFunctionsApi trigger_quality_issues_calculation POST /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck Trigger Quality Issues Calculation
SmartFunctionsApi validate_llm_endpoint POST /api/v1/actions/ai/llmEndpoint/test Validate LLM Endpoint
SmartFunctionsApi validate_llm_endpoint_by_id POST /api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test Validate LLM Endpoint By Id
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.
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 list_workspace_user_groups GET /api/v1/actions/workspaces/{workspaceId}/userGroups
UserManagementApi list_workspace_users GET /api/v1/actions/workspaces/{workspaceId}/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 search_entities_visualization_objects POST /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/search Search request for VisualizationObject
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 search_entities_custom_application_settings POST /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/search Search request for CustomApplicationSetting
WorkspacesSettingsApi search_entities_workspace_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/search
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.
AacApi get_analytics_model_aac GET /api/v1/aac/workspaces/{workspaceId}/analyticsModel Get analytics model in AAC format
AacApi get_logical_model_aac GET /api/v1/aac/workspaces/{workspaceId}/logicalModel Get logical model in AAC format
AacApi set_analytics_model_aac PUT /api/v1/aac/workspaces/{workspaceId}/analyticsModel Set analytics model from AAC format
AacApi set_logical_model_aac PUT /api/v1/aac/workspaces/{workspaceId}/logicalModel Set logical model from AAC format
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_chat_usage GET /api/v1/actions/workspaces/{workspaceId}/ai/chatUsage Get Chat Usage
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 change_analysis POST /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis Compute change analysis
ActionsApi change_analysis_result GET /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis/result/{resultId} Get change analysis result
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_image_export POST /api/v1/actions/workspaces/{workspaceId}/export/image (EXPERIMENTAL) Create image 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 created_by GET /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy Get Analytics Catalog CreatedBy Users
ActionsApi dashboard_permissions GET /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/permissions Get Dashboard Permissions
ActionsApi delete_organization_automations POST /api/v1/actions/organization/automations/delete Delete selected automations across all workspaces
ActionsApi delete_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/delete Delete selected automations in the workspace
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 generate_logical_model_aac POST /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModelAac Generate logical data model in AAC format 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_image_export GET /api/v1/actions/workspaces/{workspaceId}/export/image/{exportId} (EXPERIMENTAL) Retrieve exported files
ActionsApi get_image_export_metadata GET /api/v1/actions/workspaces/{workspaceId}/export/image/{exportId}/metadata (EXPERIMENTAL) Retrieve metadata context
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_quality_issues GET /api/v1/actions/workspaces/{workspaceId}/ai/issues Get Quality Issues
ActionsApi get_quality_issues_calculation_status GET /api/v1/actions/workspaces/{workspaceId}/ai/issues/status/{processId} Get Quality Issues Calculation Status
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 memory_created_by_users GET /api/v1/actions/workspaces/{workspaceId}/ai/memory/createdBy Get AI Memory CreatedBy Users
ActionsApi metadata_check_organization POST /api/v1/actions/organization/metadataCheck (BETA) Check Organization Metadata Inconsistencies
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 outlier_detection POST /api/v1/actions/workspaces/{workspaceId}/execution/detectOutliers (BETA) Outlier Detection
ActionsApi outlier_detection_result GET /api/v1/actions/workspaces/{workspaceId}/execution/detectOutliers/result/{resultId} (BETA) Outlier Detection Result
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 pause_organization_automations POST /api/v1/actions/organization/automations/pause Pause selected automations across all workspaces
ActionsApi pause_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/pause Pause selected automations in the workspace
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_llm_endpoints GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmEndpoints Get Active LLM Endpoints for this 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 switch_active_identity_provider POST /api/v1/actions/organization/switchActiveIdentityProvider Switch Active Identity Provider
ActionsApi tags GET /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/tags Get Analytics Catalog Tags
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 trigger_quality_issues_calculation POST /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck Trigger Quality Issues Calculation
ActionsApi unpause_organization_automations POST /api/v1/actions/organization/automations/unpause Unpause selected automations across all workspaces
ActionsApi unpause_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/unpause Unpause selected automations in the workspace
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_organization_automations POST /api/v1/actions/organization/automations/unsubscribe Unsubscribe from selected automations across all workspaces
ActionsApi unsubscribe_selected_workspace_automations POST /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe Unsubscribe from selected automations in the workspace
ActionsApi unsubscribe_workspace_automations DELETE /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe Unsubscribe from all automations in the workspace
ActionsApi validate_llm_endpoint POST /api/v1/actions/ai/llmEndpoint/test Validate LLM Endpoint
ActionsApi validate_llm_endpoint_by_id POST /api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test Validate LLM Endpoint By Id
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.
AutomationOrganizationViewControllerApi get_all_automations_workspace_automations GET /api/v1/entities/organization/workspaceAutomations Get all Automations across all Workspaces
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_custom_geo_collections POST /api/v1/entities/customGeoCollections
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 Filter Context
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_knowledge_recommendations POST /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations
EntitiesApi create_entity_llm_endpoints POST /api/v1/entities/llmEndpoints Post LLM endpoint entities
EntitiesApi create_entity_memory_items POST /api/v1/entities/workspaces/{workspaceId}/memoryItems
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_custom_geo_collections DELETE /api/v1/entities/customGeoCollections/{id}
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 Filter Context
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_knowledge_recommendations DELETE /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
EntitiesApi delete_entity_llm_endpoints DELETE /api/v1/entities/llmEndpoints/{id}
EntitiesApi delete_entity_memory_items DELETE /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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_automations_workspace_automations GET /api/v1/entities/organization/workspaceAutomations Get all Automations across all Workspaces
EntitiesApi get_all_entities_aggregated_facts GET /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts
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_custom_geo_collections GET /api/v1/entities/customGeoCollections
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 Filter Context
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_knowledge_recommendations GET /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations
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_memory_items GET /api/v1/entities/workspaces/{workspaceId}/memoryItems
EntitiesApi get_all_entities_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics Get all Metrics
EntitiesApi get_all_entities_notification_channel_identifiers GET /api/v1/entities/notificationChannelIdentifiers
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_aggregated_facts GET /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts/{objectId}
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_custom_geo_collections GET /api/v1/entities/customGeoCollections/{id}
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 Filter Context
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_knowledge_recommendations GET /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
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_memory_items GET /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
EntitiesApi get_entity_metrics GET /api/v1/entities/workspaces/{workspaceId}/metrics/{objectId} Get a Metric
EntitiesApi get_entity_notification_channel_identifiers GET /api/v1/entities/notificationChannelIdentifiers/{id}
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_attributes PATCH /api/v1/entities/workspaces/{workspaceId}/attributes/{objectId} Patch an Attribute (beta)
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_custom_geo_collections PATCH /api/v1/entities/customGeoCollections/{id}
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_datasets PATCH /api/v1/entities/workspaces/{workspaceId}/datasets/{objectId} Patch a Dataset (beta)
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_facts PATCH /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Patch a Fact (beta)
EntitiesApi patch_entity_filter_contexts PATCH /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Patch a Filter Context
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_knowledge_recommendations PATCH /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
EntitiesApi patch_entity_labels PATCH /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Patch a Label (beta)
EntitiesApi patch_entity_llm_endpoints PATCH /api/v1/entities/llmEndpoints/{id} Patch LLM endpoint entity
EntitiesApi patch_entity_memory_items PATCH /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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 search_entities_aggregated_facts POST /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts/search Search request for AggregatedFact
EntitiesApi search_entities_analytical_dashboards POST /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/search Search request for AnalyticalDashboard
EntitiesApi search_entities_attribute_hierarchies POST /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/search Search request for AttributeHierarchy
EntitiesApi search_entities_attributes POST /api/v1/entities/workspaces/{workspaceId}/attributes/search Search request for Attribute
EntitiesApi search_entities_automation_results POST /api/v1/entities/workspaces/{workspaceId}/automationResults/search Search request for AutomationResult
EntitiesApi search_entities_automations POST /api/v1/entities/workspaces/{workspaceId}/automations/search Search request for Automation
EntitiesApi search_entities_custom_application_settings POST /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/search Search request for CustomApplicationSetting
EntitiesApi search_entities_dashboard_plugins POST /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/search Search request for DashboardPlugin
EntitiesApi search_entities_datasets POST /api/v1/entities/workspaces/{workspaceId}/datasets/search Search request for Dataset
EntitiesApi search_entities_export_definitions POST /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/search Search request for ExportDefinition
EntitiesApi search_entities_facts POST /api/v1/entities/workspaces/{workspaceId}/facts/search Search request for Fact
EntitiesApi search_entities_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts/search Search request for FilterContext
EntitiesApi search_entities_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews/search Search request for FilterView
EntitiesApi search_entities_knowledge_recommendations POST /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/search
EntitiesApi search_entities_labels POST /api/v1/entities/workspaces/{workspaceId}/labels/search Search request for Label
EntitiesApi search_entities_memory_items POST /api/v1/entities/workspaces/{workspaceId}/memoryItems/search Search request for MemoryItem
EntitiesApi search_entities_metrics POST /api/v1/entities/workspaces/{workspaceId}/metrics/search Search request for Metric
EntitiesApi search_entities_user_data_filters POST /api/v1/entities/workspaces/{workspaceId}/userDataFilters/search Search request for UserDataFilter
EntitiesApi search_entities_visualization_objects POST /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/search Search request for VisualizationObject
EntitiesApi search_entities_workspace_data_filter_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/search Search request for WorkspaceDataFilterSetting
EntitiesApi search_entities_workspace_data_filters POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/search Search request for WorkspaceDataFilter
EntitiesApi search_entities_workspace_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/search
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_custom_geo_collections PUT /api/v1/entities/customGeoCollections/{id}
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 Filter Context
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_knowledge_recommendations PUT /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
EntitiesApi update_entity_llm_endpoints PUT /api/v1/entities/llmEndpoints/{id} PUT LLM endpoint entity
EntitiesApi update_entity_memory_items PUT /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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_custom_geo_collections_layout GET /api/v1/layout/customGeoCollections Get all custom geo collections layout
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_custom_geo_collections PUT /api/v1/layout/customGeoCollections Set all custom geo collections
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_custom_geo_collections POST /api/v1/entities/customGeoCollections
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_custom_geo_collections DELETE /api/v1/entities/customGeoCollections/{id}
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_custom_geo_collections GET /api/v1/entities/customGeoCollections
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_channel_identifiers GET /api/v1/entities/notificationChannelIdentifiers
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_custom_geo_collections GET /api/v1/entities/customGeoCollections/{id}
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_channel_identifiers GET /api/v1/entities/notificationChannelIdentifiers/{id}
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_custom_geo_collections PATCH /api/v1/entities/customGeoCollections/{id}
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_custom_geo_collections PUT /api/v1/entities/customGeoCollections/{id}
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 Filter Context
WorkspaceObjectControllerApi create_entity_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews Post Filter views
WorkspaceObjectControllerApi create_entity_knowledge_recommendations POST /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations
WorkspaceObjectControllerApi create_entity_memory_items POST /api/v1/entities/workspaces/{workspaceId}/memoryItems
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 Filter Context
WorkspaceObjectControllerApi delete_entity_filter_views DELETE /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Delete Filter view
WorkspaceObjectControllerApi delete_entity_knowledge_recommendations DELETE /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
WorkspaceObjectControllerApi delete_entity_memory_items DELETE /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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_aggregated_facts GET /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts
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 Filter Context
WorkspaceObjectControllerApi get_all_entities_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews Get all Filter views
WorkspaceObjectControllerApi get_all_entities_knowledge_recommendations GET /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations
WorkspaceObjectControllerApi get_all_entities_labels GET /api/v1/entities/workspaces/{workspaceId}/labels Get all Labels
WorkspaceObjectControllerApi get_all_entities_memory_items GET /api/v1/entities/workspaces/{workspaceId}/memoryItems
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_aggregated_facts GET /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts/{objectId}
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 Filter Context
WorkspaceObjectControllerApi get_entity_filter_views GET /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Get Filter view
WorkspaceObjectControllerApi get_entity_knowledge_recommendations GET /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
WorkspaceObjectControllerApi get_entity_labels GET /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Get a Label
WorkspaceObjectControllerApi get_entity_memory_items GET /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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_attributes PATCH /api/v1/entities/workspaces/{workspaceId}/attributes/{objectId} Patch an Attribute (beta)
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_datasets PATCH /api/v1/entities/workspaces/{workspaceId}/datasets/{objectId} Patch a Dataset (beta)
WorkspaceObjectControllerApi patch_entity_export_definitions PATCH /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/{objectId} Patch an Export Definition
WorkspaceObjectControllerApi patch_entity_facts PATCH /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} Patch a Fact (beta)
WorkspaceObjectControllerApi patch_entity_filter_contexts PATCH /api/v1/entities/workspaces/{workspaceId}/filterContexts/{objectId} Patch a Filter Context
WorkspaceObjectControllerApi patch_entity_filter_views PATCH /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Patch Filter view
WorkspaceObjectControllerApi patch_entity_knowledge_recommendations PATCH /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
WorkspaceObjectControllerApi patch_entity_labels PATCH /api/v1/entities/workspaces/{workspaceId}/labels/{objectId} Patch a Label (beta)
WorkspaceObjectControllerApi patch_entity_memory_items PATCH /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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 search_entities_aggregated_facts POST /api/v1/entities/workspaces/{workspaceId}/aggregatedFacts/search Search request for AggregatedFact
WorkspaceObjectControllerApi search_entities_analytical_dashboards POST /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards/search Search request for AnalyticalDashboard
WorkspaceObjectControllerApi search_entities_attribute_hierarchies POST /api/v1/entities/workspaces/{workspaceId}/attributeHierarchies/search Search request for AttributeHierarchy
WorkspaceObjectControllerApi search_entities_attributes POST /api/v1/entities/workspaces/{workspaceId}/attributes/search Search request for Attribute
WorkspaceObjectControllerApi search_entities_automation_results POST /api/v1/entities/workspaces/{workspaceId}/automationResults/search Search request for AutomationResult
WorkspaceObjectControllerApi search_entities_automations POST /api/v1/entities/workspaces/{workspaceId}/automations/search Search request for Automation
WorkspaceObjectControllerApi search_entities_custom_application_settings POST /api/v1/entities/workspaces/{workspaceId}/customApplicationSettings/search Search request for CustomApplicationSetting
WorkspaceObjectControllerApi search_entities_dashboard_plugins POST /api/v1/entities/workspaces/{workspaceId}/dashboardPlugins/search Search request for DashboardPlugin
WorkspaceObjectControllerApi search_entities_datasets POST /api/v1/entities/workspaces/{workspaceId}/datasets/search Search request for Dataset
WorkspaceObjectControllerApi search_entities_export_definitions POST /api/v1/entities/workspaces/{workspaceId}/exportDefinitions/search Search request for ExportDefinition
WorkspaceObjectControllerApi search_entities_facts POST /api/v1/entities/workspaces/{workspaceId}/facts/search Search request for Fact
WorkspaceObjectControllerApi search_entities_filter_contexts POST /api/v1/entities/workspaces/{workspaceId}/filterContexts/search Search request for FilterContext
WorkspaceObjectControllerApi search_entities_filter_views POST /api/v1/entities/workspaces/{workspaceId}/filterViews/search Search request for FilterView
WorkspaceObjectControllerApi search_entities_knowledge_recommendations POST /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/search
WorkspaceObjectControllerApi search_entities_labels POST /api/v1/entities/workspaces/{workspaceId}/labels/search Search request for Label
WorkspaceObjectControllerApi search_entities_memory_items POST /api/v1/entities/workspaces/{workspaceId}/memoryItems/search Search request for MemoryItem
WorkspaceObjectControllerApi search_entities_metrics POST /api/v1/entities/workspaces/{workspaceId}/metrics/search Search request for Metric
WorkspaceObjectControllerApi search_entities_user_data_filters POST /api/v1/entities/workspaces/{workspaceId}/userDataFilters/search Search request for UserDataFilter
WorkspaceObjectControllerApi search_entities_visualization_objects POST /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/search Search request for VisualizationObject
WorkspaceObjectControllerApi search_entities_workspace_data_filter_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilterSettings/search Search request for WorkspaceDataFilterSetting
WorkspaceObjectControllerApi search_entities_workspace_data_filters POST /api/v1/entities/workspaces/{workspaceId}/workspaceDataFilters/search Search request for WorkspaceDataFilter
WorkspaceObjectControllerApi search_entities_workspace_settings POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings/search
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 Filter Context
WorkspaceObjectControllerApi update_entity_filter_views PUT /api/v1/entities/workspaces/{workspaceId}/filterViews/{objectId} Put Filter views
WorkspaceObjectControllerApi update_entity_knowledge_recommendations PUT /api/v1/entities/workspaces/{workspaceId}/knowledgeRecommendations/{objectId}
WorkspaceObjectControllerApi update_entity_memory_items PUT /api/v1/entities/workspaces/{workspaceId}/memoryItems/{objectId}
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

support@gooddata.com

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 *

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gooddata_api_client-1.59.0.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gooddata_api_client-1.59.0-py3-none-any.whl (5.3 MB view details)

Uploaded Python 3

File details

Details for the file gooddata_api_client-1.59.0.tar.gz.

File metadata

  • Download URL: gooddata_api_client-1.59.0.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gooddata_api_client-1.59.0.tar.gz
Algorithm Hash digest
SHA256 ca72e32faadf43cf198e8db75836c930113b91f3a30ed7c01bef3d83377c3f29
MD5 741176371a75f514ff9d4188a67b0dd6
BLAKE2b-256 7654c7258476b2d26f0d68f0aae875484697cadbad08bf0ab3d80ec986df2f73

See more details on using hashes here.

File details

Details for the file gooddata_api_client-1.59.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gooddata_api_client-1.59.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c3cd6f5c28d8d2f04d41b302d0870d26edf3181023283b5ac5f874e1d3dd10de
MD5 eab10232b1ba8cfaf49c95b1fc833a8c
BLAKE2b-256 3d56851efb210dd3be5fda6b1ab7e92efdd63ba2bb2f88e3e433ebdb6876eb5c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page