Qlik Connector
Qlik is a business analytics platform. Use the Qlik component to manage your Data Sets, Assets, and Apps.
Connections
API Key
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.
This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.
Input | Comments | Default |
---|---|---|
Authorize URL | The OAuth 2.0 Authorization URL for Qlik | https:// |
Token URL | The OAuth 2.0 Token URL for Sage | https:// |
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 |
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. |
|
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. |
|
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. |
|
Create Report
Request a new report generation.
Input | Comments | Default |
---|---|---|
Connection | ||
Report | The report data to create. |
|
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. |
|
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. |
|
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. |
|
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. |