---
title: "Qlik Connector"
slug: "qlik-connector"
description: "Manage your data sets, assets, and apps in Qlik. Learn to enable API keys and set up OAuth 2.0 for seamless integrations and user authorization."
updated: 2026-07-17T15:46:48Z
published: 2026-06-12T15:06:58Z
canonical: "docs.lansweeper.com/qlik-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Qlik Connector

Note on third‑party tools

              

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

[Qlik](https://www.qlik.com) is a business analytics platform. Use the Qlik component to manage your Data Sets, Assets, and Apps.

## Connections

### API Key

[API keys](https://qlik.dev/authenticate/api-key/generate-your-first-api-key) must first be enabled by an Admin:

1. Login to Qlik and navigate to Settings> API Keys and enable API keys

Developer privileges must be given to users to use API keys:

1. Navigate to the Management Console > Users > Edit Roles
2. Check the box next to ‘Developer’ and save.

Generate API Keys:

1. Navigate to Management Console > API Keys and select ‘Generate new key’
2. provide a description and expiration and Save.
3. Once the key is generated enter the value in to the connection's configuration.

| Input | Comments | Default |
| --- | --- | --- |
| API Key | API Key for your Qlik User |  |
| Tenant | The tenant of your Qlik account, the first part of your URL: v34wwyjhxohtob1.us.qlikcloud.com |  |

### OAuth 2.0

Allows a client application to use an OAuth flow to request user authorization.

To set up [OAuth](https://qlik.dev/authenticate/oauth/) in Qlik:

1. Login to Qlik and Navigate to Management Console > OAuth and select ‘Create New’
2. Set ‘Web’ as the Client type and name the connection
3. Enter `https://oauth2.flowbuilder.eu.lansweeper.com/callback` for EU sites or `https://oauth2.flowbuilder.us.lansweeper.com/callback` for US sites to the ‘Add redirect URLs” field and select Add
4. Select ‘Create’ Qlik will generate the client ID and client secret.
5. Transfer these values to the connection's configuration.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works [here](/docs/oauth-20-connections).

| Input | Comments | Default |
| --- | --- | --- |
| Authorize URL | The OAuth 2.0 Authorization URL for Qlik | https://<your-tenant data-tomark-pass="">.us.qlikcloud.com/oauth/authorize</your-tenant> |
| Token URL | The OAuth 2.0 Token URL for Sage | https://<your-tenant data-tomark-pass="">.us.qlikcloud.com/oauth/token</your-tenant> |
| Scopes | Space separated OAuth 2.0 permission scopes for Sage | user_default online_access |
| Client ID | Client Identifier of your app for Sage |  |
| Client Secret | Client Secret of your app for Sage |  |

## Triggers

### New and updated records

Checks for new and updated records in Qlik on a configured schedule.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Resource Type | The type of Qlik resource to poll for changes. |  |
| Show New Records | When enabled, newly created records will be included in the trigger output. | true |
| Show Updated Records | When enabled, records updated after the last poll will be included in the trigger output. | true |

## Actions

### Create Data Asset

Save a new data asset.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| App ID | The ID of the app you would like to retrieve. |  |
| App Type | Type of the application |  |
| Technical Name | Technical name of the application |  |
| Data Asset | The data asset to create or update. | `{ &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;appId&quot;: &quot;string&quot;, &quot;ownerId&quot;: &quot;string&quot;, &quot;spaceId&quot;: &quot;string&quot;, &quot;version&quot;: 0, &quot;tenantId&quot;: &quot;string&quot;, &quot;createdBy&quot;: &quot;string&quot;, &quot;properties&quot;: {}, &quot;createdTime&quot;: &quot;2023-10-12T17:32:07.820Z&quot;, &quot;description&quot;: &quot;string&quot;, &quot;dataStoreInfo&quot;: { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot; }, &quot;lastModifiedBy&quot;: &quot;string&quot;, &quot;lastModifiedTime&quot;: &quot;2023-10-12T17:32:07.820Z&quot;, &quot;technicalDescription&quot;: &quot;string&quot;}` |

### Create Data Store

Save a new data store.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| URI | The uri for the data store. |  |
| Type | The Type for the data store. |  |
| Technical Name | Technical name of the data store |  |
| Data Store | The data store to create or update. | `{ &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;ownerId&quot;: &quot;string&quot;, &quot;spaceId&quot;: &quot;string&quot;, &quot;version&quot;: 0, &quot;tenantId&quot;: &quot;string&quot;, &quot;createdBy&quot;: &quot;string&quot;, &quot;properties&quot;: {}, &quot;createdTime&quot;: &quot;2023-10-12T19:55:20.881Z&quot;, &quot;description&quot;: &quot;string&quot;, &quot;lastModifiedBy&quot;: &quot;string&quot;, &quot;lastModifiedTime&quot;: &quot;2023-10-12T19:55:20.881Z&quot;, &quot;technicalDescription&quot;: &quot;string&quot;}` |

### Create New Data Set

Save new data set.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| QRI | All the parts in the format must be separated by ':'. The first part denotes the resourceType, followed by dataStoreType and tenant guid. The spaceGuid or userGuid is to be populated based on if the dataset is in shared or private space and finally the full file name. This field is auto populated for the dataSet generated for qix-datafiles. |  |
| Technical Name | Technical name of the application |  |
| Secure QRI | Secure QRI of the application |  |
| Data Set | The data set to create or update. | `{ &quot;tags&quot;: [], &quot;type&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;schema&quot;: { &quot;anomalies&quot;: [], &quot;dataFields&quot;: [ { &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;alias&quot;: &quot;string&quot;, &quot;index&quot;: 0, &quot;orphan&quot;: true, &quot;dataType&quot;: { &quot;type&quot;: &quot;DATE&quot;, &quot;properties&quot;: {}, &quot;originalType&quot;: &quot;string&quot; }, &quot;nullable&quot;: true, &quot;userTags&quot;: [ { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot; } ], &quot;encrypted&quot;: true, &quot;sensitive&quot;: true, &quot;primaryKey&quot;: true, &quot;properties&quot;: {}, &quot;description&quot;: &quot;string&quot;, &quot;ordinalPositionInKey&quot;: 0 } ], &quot;schemaName&quot;: &quot;string&quot;, &quot;loadOptions&quot;: {}, &quot;effectiveDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;overrideSchemaAnomalies&quot;: true }, &quot;ownerId&quot;: &quot;string&quot;, &quot;spaceId&quot;: &quot;string&quot;, &quot;version&quot;: 0, &quot;tenantId&quot;: &quot;string&quot;, &quot;createdBy&quot;: &quot;string&quot;, &quot;properties&quot;: {}, &quot;createdTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;description&quot;: &quot;string&quot;, &quot;operational&quot;: { &quot;size&quot;: 0, &quot;status&quot;: &quot;string&quot;, &quot;endDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;location&quot;: &quot;string&quot;, &quot;rowCount&quot;: 0, &quot;startDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;logMessage&quot;: &quot;string&quot;, &quot;tableOwner&quot;: &quot;string&quot;, &quot;lastLoadTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;contentUpdated&quot;: true, &quot;lastUpdateTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;tableConnectionInfo&quot;: { &quot;tableName&quot;: &quot;string&quot;, &quot;selectionScript&quot;: &quot;string&quot;, &quot;additionalProperties&quot;: {} } }, &quot;dataAssetInfo&quot;: { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;dataStoreInfo&quot;: { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot; } }, &quot;lastModifiedBy&quot;: &quot;string&quot;, &quot;classifications&quot;: { &quot;subjectArea&quot;: &quot;string&quot;, &quot;personalInformation&quot;: [ { &quot;fieldName&quot;: &quot;string&quot;, &quot;tableName&quot;: &quot;string&quot;, &quot;fieldAlias&quot;: &quot;string&quot; } ], &quot;sensitiveInformation&quot;: [ { &quot;fieldName&quot;: &quot;string&quot;, &quot;tableName&quot;: &quot;string&quot;, &quot;fieldAlias&quot;: &quot;string&quot; } ] }, &quot;lastModifiedTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;additionalSchemas&quot;: [ { &quot;anomalies&quot;: [], &quot;dataFields&quot;: [ { &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;alias&quot;: &quot;string&quot;, &quot;index&quot;: 0, &quot;orphan&quot;: true, &quot;dataType&quot;: { &quot;type&quot;: &quot;DATE&quot;, &quot;properties&quot;: {}, &quot;originalType&quot;: &quot;string&quot; }, &quot;nullable&quot;: true, &quot;userTags&quot;: [ { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot; } ], &quot;encrypted&quot;: true, &quot;sensitive&quot;: true, &quot;primaryKey&quot;: true, &quot;properties&quot;: {}, &quot;description&quot;: &quot;string&quot;, &quot;ordinalPositionInKey&quot;: 0 } ], &quot;schemaName&quot;: &quot;string&quot;, &quot;loadOptions&quot;: {}, &quot;effectiveDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;overrideSchemaAnomalies&quot;: true } ], &quot;technicalDescription&quot;: &quot;string&quot;}` |

### Create Report

Request a new report generation.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Report | The report data to create. | `{ &quot;type&quot;: &quot;composition-1.0&quot;, &quot;output&quot;: { &quot;type&quot;: &quot;pdfcomposition&quot;, &quot;outputId&quot;: &quot;composition1&quot;, &quot;pdfCompositionOutput&quot;: { &quot;pdfOutputs&quot;: [ { &quot;size&quot;: &quot;A4&quot;, &quot;align&quot;: { &quot;vertical&quot;: &quot;middle&quot;, &quot;horizontal&quot;: &quot;center&quot; }, &quot;resizeType&quot;: &quot;autofit&quot;, &quot;orientation&quot;: &quot;A&quot; }, { &quot;size&quot;: &quot;A4&quot;, &quot;align&quot;: { &quot;vertical&quot;: &quot;middle&quot;, &quot;horizontal&quot;: &quot;center&quot; }, &quot;resizeType&quot;: &quot;autofit&quot;, &quot;orientation&quot;: &quot;A&quot; } ] } }, &quot;definitions&quot;: { &quot;selectionsByState&quot;: { &quot;sel1&quot;: { &quot;$&quot;: [ { &quot;values&quot;: [ { &quot;text&quot;: &quot;Arizona&quot;, &quot;isNumeric&quot;: false } ], &quot;fieldName&quot;: &quot;Region&quot;, &quot;defaultIsNumeric&quot;: false } ] } } }, &quot;compositionTemplates&quot;: [ { &quot;type&quot;: &quot;sense-sheet-1.0&quot;, &quot;senseSheetTemplate&quot;: { &quot;appId&quot;: &quot;2451e58e-a1b9-4047-abf6-315e91d8a610&quot;, &quot;sheet&quot;: { &quot;id&quot;: &quot;5ffe3801-1b6d-439d-a849-84d0748358f1&quot; }, &quot;selectionsByStateDef&quot;: &quot;sel1&quot; } }, { &quot;type&quot;: &quot;sense-sheet-1.0&quot;, &quot;senseSheetTemplate&quot;: { &quot;appId&quot;: &quot;2451e58e-a1b9-4047-abf6-315e91d8a610&quot;, &quot;sheet&quot;: { &quot;id&quot;: &quot;ffrxJyA&quot; }, &quot;selectionsByStateDef&quot;: &quot;sel1&quot; } } ]}` |

### Create Space

Creates a space.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Space Name | The name of the space. |  |
| Space Description | The description of the space. Personal spaces do not have a description. |  |
| Type | The type of space such as shared, managed, and so on. | shared |

### Delete App

Deletes a specific app.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| App ID | The ID of the app you would like to retrieve. |  |

### Delete Data Assets

Batch delete data assets by IDs.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Asset IDs | The IDs of the data assets you would like to delete. |  |

### Delete Data File

Deletes a specific Data File.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data File ID | The id of the data file you would like to retrieve. |  |

### Delete Data Set

Delete data set by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Set IDs | The IDs of the data sets you would like to delete. |  |

### Delete Data Stores

Batch delete data stores by IDs.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Store IDs | The IDs of the data stores you would like to delete. |  |

### Delete Data Stores Assets

Batch delete data stores by IDs.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Store IDs | The IDs of the data stores you would like to delete. |  |
| Data Asset IDs | The IDs of the data assets you would like to delete. |  |

### Delete Space

Deletes a space by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Space ID | The ID of the space you would like to delete. |  |

### Get App

Retrieves information for a specific app.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| App ID | The ID of the app you would like to retrieve. |  |

### Get Data Asset

Get data asset by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Assets ID | The ID of the data set you would like to retrieve. |  |
| Projections | Fields name to return in the response. |  |

### Get Data File

Get descriptive info for the specified data file.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data File ID | The id of the data file you would like to retrieve. |  |

### Get Data Set

Get data set by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Set ID | The ID of the data set you would like to retrieve. |  |
| Projections | Fields name to return in the response. |  |

### Get Data Store

Get data store by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Store ID | The ID of the data store you would like to retrieve. |  |

### Get My User

Redirects to retrieve the user resource associated with the JWT claims.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |

### Get Report Request Status

Get report request processing status.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Report ID | The ID of the report you would like to retrieve. |  |

### Get Space

Retrieves a single space by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Space ID | The ID of the space you would like to retrieve. |  |

### List Data Files

Get all data files.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Limit | If present, the maximum number of data files to return. | 20 |
| Page | If present, the cursor that starts the page of data that is returned. |  |
| Query Params | A list of params to send with the request. |  |

### List Data Stores

Get all data stores.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Limit | If present, the maximum number of data files to return. | 20 |
| Page | If present, the cursor that starts the page of data that is returned. |  |
| Projections | Fields name to return in the response. |  |
| Sort | Comma-separated fields and field start with '-' character sorts the result set in descending order. |  |

### List Spaces

Get all Spaces.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Limit | If present, the maximum number of data files to return. | 20 |
| Sort | Comma-separated fields and field start with '-' character sorts the result set in descending order. |  |
| Query Params | A list of params to send with the request. |  |

### List Users

Get all Users.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Limit | If present, the maximum number of data files to return. | 20 |
| Sort | Comma-separated fields and field start with '-' character sorts the result set in descending order. |  |
| Query Params | A list of params to send with the request. |  |

### Raw Request

Send raw HTTP request to Qlik

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| URL | Input the path only (/employees), The base URL is already included (https://{tenant}.us.qlikcloud.com/api/v1). For example, to connect to https://{tenant}.us.qlikcloud.com/api/v1/employees, only /employees is entered in this field. |  |
| Method | The HTTP method to use. |  |
| Data | The HTTP body payload to send to the URL. |  |
| Form Data | The Form Data to be sent as a multipart form upload. |  |
| File Data | File Data to be sent as a multipart form upload. |  |
| File Data File Names | File names to apply to the file data inputs. Keys must match the file data keys above. |  |
| Query Parameter | A list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2. |  |
| Header | A list of headers to send with the request. |  |
| Response Type | The type of data you expect in the response. You can request json, text, or binary data. | json |
| Timeout | The maximum time that a client will await a response to its request |  |
| Debug Request | Enabling this flag will log out the current request. | false |
| Retry Delay (ms) | The delay in milliseconds between retries. | 0 |
| Retry On All Errors | If true, retries on all erroneous responses regardless of type. | false |
| Max Retry Count | The maximum number of retries to attempt. | 0 |
| Use Exponential Backoff | Specifies whether to use a pre-defined exponential backoff strategy for retries. | false |

### Update Data Asset

Update data asset by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Assets ID | The ID of the data set you would like to retrieve. |  |
| App ID | The ID of the app you would like to retrieve. |  |
| App Type | Type of the application |  |
| Technical Name | Technical name of the application |  |
| Data Asset | The data asset to create or update. | `{ &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;appId&quot;: &quot;string&quot;, &quot;ownerId&quot;: &quot;string&quot;, &quot;spaceId&quot;: &quot;string&quot;, &quot;version&quot;: 0, &quot;tenantId&quot;: &quot;string&quot;, &quot;createdBy&quot;: &quot;string&quot;, &quot;properties&quot;: {}, &quot;createdTime&quot;: &quot;2023-10-12T17:32:07.820Z&quot;, &quot;description&quot;: &quot;string&quot;, &quot;dataStoreInfo&quot;: { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot; }, &quot;lastModifiedBy&quot;: &quot;string&quot;, &quot;lastModifiedTime&quot;: &quot;2023-10-12T17:32:07.820Z&quot;, &quot;technicalDescription&quot;: &quot;string&quot;}` |

### Update Data Set

Update data set by ID.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Set ID | The ID of the data set you would like to retrieve. |  |
| QRI | All the parts in the format must be separated by ':'. The first part denotes the resourceType, followed by dataStoreType and tenant guid. The spaceGuid or userGuid is to be populated based on if the dataset is in shared or private space and finally the full file name. This field is auto populated for the dataSet generated for qix-datafiles. |  |
| Technical Name | Technical name of the application |  |
| Secure QRI | Secure QRI of the application |  |
| Data Set | The data set to create or update. | `{ &quot;tags&quot;: [], &quot;type&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;schema&quot;: { &quot;anomalies&quot;: [], &quot;dataFields&quot;: [ { &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;alias&quot;: &quot;string&quot;, &quot;index&quot;: 0, &quot;orphan&quot;: true, &quot;dataType&quot;: { &quot;type&quot;: &quot;DATE&quot;, &quot;properties&quot;: {}, &quot;originalType&quot;: &quot;string&quot; }, &quot;nullable&quot;: true, &quot;userTags&quot;: [ { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot; } ], &quot;encrypted&quot;: true, &quot;sensitive&quot;: true, &quot;primaryKey&quot;: true, &quot;properties&quot;: {}, &quot;description&quot;: &quot;string&quot;, &quot;ordinalPositionInKey&quot;: 0 } ], &quot;schemaName&quot;: &quot;string&quot;, &quot;loadOptions&quot;: {}, &quot;effectiveDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;overrideSchemaAnomalies&quot;: true }, &quot;ownerId&quot;: &quot;string&quot;, &quot;spaceId&quot;: &quot;string&quot;, &quot;version&quot;: 0, &quot;tenantId&quot;: &quot;string&quot;, &quot;createdBy&quot;: &quot;string&quot;, &quot;properties&quot;: {}, &quot;createdTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;description&quot;: &quot;string&quot;, &quot;operational&quot;: { &quot;size&quot;: 0, &quot;status&quot;: &quot;string&quot;, &quot;endDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;location&quot;: &quot;string&quot;, &quot;rowCount&quot;: 0, &quot;startDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;logMessage&quot;: &quot;string&quot;, &quot;tableOwner&quot;: &quot;string&quot;, &quot;lastLoadTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;contentUpdated&quot;: true, &quot;lastUpdateTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;tableConnectionInfo&quot;: { &quot;tableName&quot;: &quot;string&quot;, &quot;selectionScript&quot;: &quot;string&quot;, &quot;additionalProperties&quot;: {} } }, &quot;dataAssetInfo&quot;: { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;dataStoreInfo&quot;: { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot; } }, &quot;lastModifiedBy&quot;: &quot;string&quot;, &quot;classifications&quot;: { &quot;subjectArea&quot;: &quot;string&quot;, &quot;personalInformation&quot;: [ { &quot;fieldName&quot;: &quot;string&quot;, &quot;tableName&quot;: &quot;string&quot;, &quot;fieldAlias&quot;: &quot;string&quot; } ], &quot;sensitiveInformation&quot;: [ { &quot;fieldName&quot;: &quot;string&quot;, &quot;tableName&quot;: &quot;string&quot;, &quot;fieldAlias&quot;: &quot;string&quot; } ] }, &quot;lastModifiedTime&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;additionalSchemas&quot;: [ { &quot;anomalies&quot;: [], &quot;dataFields&quot;: [ { &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;alias&quot;: &quot;string&quot;, &quot;index&quot;: 0, &quot;orphan&quot;: true, &quot;dataType&quot;: { &quot;type&quot;: &quot;DATE&quot;, &quot;properties&quot;: {}, &quot;originalType&quot;: &quot;string&quot; }, &quot;nullable&quot;: true, &quot;userTags&quot;: [ { &quot;id&quot;: &quot;string&quot;, &quot;name&quot;: &quot;string&quot; } ], &quot;encrypted&quot;: true, &quot;sensitive&quot;: true, &quot;primaryKey&quot;: true, &quot;properties&quot;: {}, &quot;description&quot;: &quot;string&quot;, &quot;ordinalPositionInKey&quot;: 0 } ], &quot;schemaName&quot;: &quot;string&quot;, &quot;loadOptions&quot;: {}, &quot;effectiveDate&quot;: &quot;2023-10-11T22:12:27.408Z&quot;, &quot;overrideSchemaAnomalies&quot;: true } ], &quot;technicalDescription&quot;: &quot;string&quot;}` |

### Update Data Store

Updates the information for a specific Data Store.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Data Store ID | The ID of the data store you would like to retrieve. |  |
| URI | The uri for the data store. |  |
| Type | The Type for the data store. |  |
| Technical Name | Technical name of the data store |  |
| Data Store | The data store to create or update. | `{ &quot;name&quot;: &quot;string&quot;, &quot;tags&quot;: [], &quot;ownerId&quot;: &quot;string&quot;, &quot;spaceId&quot;: &quot;string&quot;, &quot;version&quot;: 0, &quot;tenantId&quot;: &quot;string&quot;, &quot;createdBy&quot;: &quot;string&quot;, &quot;properties&quot;: {}, &quot;createdTime&quot;: &quot;2023-10-12T19:55:20.881Z&quot;, &quot;description&quot;: &quot;string&quot;, &quot;lastModifiedBy&quot;: &quot;string&quot;, &quot;lastModifiedTime&quot;: &quot;2023-10-12T19:55:20.881Z&quot;, &quot;technicalDescription&quot;: &quot;string&quot;}` |

### Updates Space

Updates a space.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Space ID | The ID of the space you would like to retrieve. |  |
| Owner ID | The user ID of the space owner. |  |
| Attribute Name | The name of the space. |  |
| Attribute Description | The description of the space. Personal spaces do not have a description. |  |
