Skip to main content

Qlik Connector

Qlik Qlik is a business analytics platform. Use the Qlik component to manage your Data Sets, Assets, and Apps.

Connections

API Key

InputCommentsDefault
API KeyAPI Key for your Qlik User
TenantThe 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.

InputCommentsDefault
Authorize URLThe OAuth 2.0 Authorization URL for Qlikhttps://.us.qlikcloud.com/oauth/authorize
Token URLThe OAuth 2.0 Token URL for Sagehttps://.us.qlikcloud.com/oauth/token
ScopesSpace separated OAuth 2.0 permission scopes for Sageuser_default online_access
Client IDClient Identifier of your app for Sage
Client SecretClient Secret of your app for Sage

Actions

Create Data Asset

Save a new data asset.

InputCommentsDefault
Connection
App IDThe ID of the app you would like to retrieve.
App TypeType of the application
Technical NameTechnical name of the application
Data AssetThe data asset to create or update.
{
"name": "string",
"tags": [],
"appId": "string",
"ownerId": "string",
"spaceId": "string",
"version": 0,
"tenantId": "string",
"createdBy": "string",
"properties": {},
"createdTime": "2023-10-12T17:32:07.820Z",
"description": "string",
"dataStoreInfo": {
"id": "string",
"name": "string",
"type": "string"
},
"lastModifiedBy": "string",
"lastModifiedTime": "2023-10-12T17:32:07.820Z",
"technicalDescription": "string"
}

Create Data Store

Save a new data store.

InputCommentsDefault
Connection
URIThe uri for the data store.
TypeThe Type for the data store.
Technical NameTechnical name of the data store
Data StoreThe data store to create or update.
{
"name": "string",
"tags": [],
"ownerId": "string",
"spaceId": "string",
"version": 0,
"tenantId": "string",
"createdBy": "string",
"properties": {},
"createdTime": "2023-10-12T19:55:20.881Z",
"description": "string",
"lastModifiedBy": "string",
"lastModifiedTime": "2023-10-12T19:55:20.881Z",
"technicalDescription": "string"
}

Create New Data Set

Save new data set.

InputCommentsDefault
Connection
QRIAll 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 NameTechnical name of the application
Secure QRISecure QRI of the application
Data SetThe data set to create or update.
{
"tags": [],
"type": "string",
"name": "string",
"schema": {
"anomalies": [],
"dataFields": [
{
"name": "string",
"tags": [],
"alias": "string",
"index": 0,
"orphan": true,
"dataType": {
"type": "DATE",
"properties": {},
"originalType": "string"
},
"nullable": true,
"userTags": [
{
"id": "string",
"name": "string"
}
],
"encrypted": true,
"sensitive": true,
"primaryKey": true,
"properties": {},
"description": "string",
"ordinalPositionInKey": 0
}
],
"schemaName": "string",
"loadOptions": {},
"effectiveDate": "2023-10-11T22:12:27.408Z",
"overrideSchemaAnomalies": true
},
"ownerId": "string",
"spaceId": "string",
"version": 0,
"tenantId": "string",
"createdBy": "string",
"properties": {},
"createdTime": "2023-10-11T22:12:27.408Z",
"description": "string",
"operational": {
"size": 0,
"status": "string",
"endDate": "2023-10-11T22:12:27.408Z",
"location": "string",
"rowCount": 0,
"startDate": "2023-10-11T22:12:27.408Z",
"logMessage": "string",
"tableOwner": "string",
"lastLoadTime": "2023-10-11T22:12:27.408Z",
"contentUpdated": true,
"lastUpdateTime": "2023-10-11T22:12:27.408Z",
"tableConnectionInfo": {
"tableName": "string",
"selectionScript": "string",
"additionalProperties": {}
}
},
"dataAssetInfo": {
"id": "string",
"name": "string",
"dataStoreInfo": {
"id": "string",
"name": "string",
"type": "string"
}
},
"lastModifiedBy": "string",
"classifications": {
"subjectArea": "string",
"personalInformation": [
{
"fieldName": "string",
"tableName": "string",
"fieldAlias": "string"
}
],
"sensitiveInformation": [
{
"fieldName": "string",
"tableName": "string",
"fieldAlias": "string"
}
]
},
"lastModifiedTime": "2023-10-11T22:12:27.408Z",
"additionalSchemas": [
{
"anomalies": [],
"dataFields": [
{
"name": "string",
"tags": [],
"alias": "string",
"index": 0,
"orphan": true,
"dataType": {
"type": "DATE",
"properties": {},
"originalType": "string"
},
"nullable": true,
"userTags": [
{
"id": "string",
"name": "string"
}
],
"encrypted": true,
"sensitive": true,
"primaryKey": true,
"properties": {},
"description": "string",
"ordinalPositionInKey": 0
}
],
"schemaName": "string",
"loadOptions": {},
"effectiveDate": "2023-10-11T22:12:27.408Z",
"overrideSchemaAnomalies": true
}
],
"technicalDescription": "string"
}

Create Report

Request a new report generation.

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

Create Space

Creates a space.

InputCommentsDefault
Connection
Space NameThe name of the space.
Space DescriptionThe description of the space. Personal spaces do not have a description.
TypeThe type of space such as shared, managed, and so on.shared

Delete App

Deletes a specific app.

InputCommentsDefault
Connection
App IDThe ID of the app you would like to retrieve.

Delete Data Assets

Batch delete data assets by IDs.

InputCommentsDefault
Connection
Data Asset IDsThe IDs of the data assets you would like to delete.

Delete Data File

Deletes a specific Data File.

InputCommentsDefault
Connection
Data File IDThe id of the data file you would like to retrieve.

Delete Data Set

Delete data set by ID.

InputCommentsDefault
Connection
Data Set IDsThe IDs of the data sets you would like to delete.

Delete Data Stores

Batch delete data stores by IDs.

InputCommentsDefault
Connection
Data Store IDsThe IDs of the data stores you would like to delete.

Delete Data Stores Assets

Batch delete data stores by IDs.

InputCommentsDefault
Connection
Data Store IDsThe IDs of the data stores you would like to delete.
Data Asset IDsThe IDs of the data assets you would like to delete.

Delete Space

Deletes a space by ID.

InputCommentsDefault
Connection
Space IDThe ID of the space you would like to delete.

Get App

Retrieves information for a specific app.

InputCommentsDefault
Connection
App IDThe ID of the app you would like to retrieve.

Get Data Asset

Get data asset by ID.

InputCommentsDefault
Connection
Data Assets IDThe ID of the data set you would like to retrieve.
ProjectionsFields name to return in the response.

Get Data File

Get descriptive info for the specified data file.

InputCommentsDefault
Connection
Data File IDThe id of the data file you would like to retrieve.

Get Data Set

Get data set by ID.

InputCommentsDefault
Connection
Data Set IDThe ID of the data set you would like to retrieve.
ProjectionsFields name to return in the response.

Get Data Store

Get data store by ID.

InputCommentsDefault
Connection
Data Store IDThe ID of the data store you would like to retrieve.

Get My User

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

InputCommentsDefault
Connection

Get Report Request Status

Get report request processing status.

InputCommentsDefault
Connection
Report IDThe ID of the report you would like to retrieve.

Get Space

Retrieves a single space by ID.

InputCommentsDefault
Connection
Space IDThe ID of the space you would like to retrieve.

List Data Files

Get all data files.

InputCommentsDefault
Connection
LimitIf present, the maximum number of data files to return.20
PageIf present, the cursor that starts the page of data that is returned.
Query ParamsA list of params to send with the request.

List Data Stores

Get all data stores.

InputCommentsDefault
Connection
LimitIf present, the maximum number of data files to return.20
PageIf present, the cursor that starts the page of data that is returned.
ProjectionsFields name to return in the response.
SortComma-separated fields and field start with '-' character sorts the result set in descending order.

List Spaces

Get all Spaces.

InputCommentsDefault
Connection
LimitIf present, the maximum number of data files to return.20
SortComma-separated fields and field start with '-' character sorts the result set in descending order.
Query ParamsA list of params to send with the request.

List Users

Get all Users.

InputCommentsDefault
Connection
LimitIf present, the maximum number of data files to return.20
SortComma-separated fields and field start with '-' character sorts the result set in descending order.
Query ParamsA list of params to send with the request.

Raw Request

Send raw HTTP request to Qlik

InputCommentsDefault
Connection
URLInput 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.
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA 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.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Debug RequestEnabling this flag will log out the current request.false
Retry Delay (ms)The delay in milliseconds between retries.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type.false
Max Retry CountThe maximum number of retries to attempt.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries.false

Update Data Asset

Update data asset by ID.

InputCommentsDefault
Connection
Data Assets IDThe ID of the data set you would like to retrieve.
App IDThe ID of the app you would like to retrieve.
App TypeType of the application
Technical NameTechnical name of the application
Data AssetThe data asset to create or update.
{
"name": "string",
"tags": [],
"appId": "string",
"ownerId": "string",
"spaceId": "string",
"version": 0,
"tenantId": "string",
"createdBy": "string",
"properties": {},
"createdTime": "2023-10-12T17:32:07.820Z",
"description": "string",
"dataStoreInfo": {
"id": "string",
"name": "string",
"type": "string"
},
"lastModifiedBy": "string",
"lastModifiedTime": "2023-10-12T17:32:07.820Z",
"technicalDescription": "string"
}

Update Data Set

Update data set by ID.

InputCommentsDefault
Connection
Data Set IDThe ID of the data set you would like to retrieve.
QRIAll 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 NameTechnical name of the application
Secure QRISecure QRI of the application
Data SetThe data set to create or update.
{
"tags": [],
"type": "string",
"name": "string",
"schema": {
"anomalies": [],
"dataFields": [
{
"name": "string",
"tags": [],
"alias": "string",
"index": 0,
"orphan": true,
"dataType": {
"type": "DATE",
"properties": {},
"originalType": "string"
},
"nullable": true,
"userTags": [
{
"id": "string",
"name": "string"
}
],
"encrypted": true,
"sensitive": true,
"primaryKey": true,
"properties": {},
"description": "string",
"ordinalPositionInKey": 0
}
],
"schemaName": "string",
"loadOptions": {},
"effectiveDate": "2023-10-11T22:12:27.408Z",
"overrideSchemaAnomalies": true
},
"ownerId": "string",
"spaceId": "string",
"version": 0,
"tenantId": "string",
"createdBy": "string",
"properties": {},
"createdTime": "2023-10-11T22:12:27.408Z",
"description": "string",
"operational": {
"size": 0,
"status": "string",
"endDate": "2023-10-11T22:12:27.408Z",
"location": "string",
"rowCount": 0,
"startDate": "2023-10-11T22:12:27.408Z",
"logMessage": "string",
"tableOwner": "string",
"lastLoadTime": "2023-10-11T22:12:27.408Z",
"contentUpdated": true,
"lastUpdateTime": "2023-10-11T22:12:27.408Z",
"tableConnectionInfo": {
"tableName": "string",
"selectionScript": "string",
"additionalProperties": {}
}
},
"dataAssetInfo": {
"id": "string",
"name": "string",
"dataStoreInfo": {
"id": "string",
"name": "string",
"type": "string"
}
},
"lastModifiedBy": "string",
"classifications": {
"subjectArea": "string",
"personalInformation": [
{
"fieldName": "string",
"tableName": "string",
"fieldAlias": "string"
}
],
"sensitiveInformation": [
{
"fieldName": "string",
"tableName": "string",
"fieldAlias": "string"
}
]
},
"lastModifiedTime": "2023-10-11T22:12:27.408Z",
"additionalSchemas": [
{
"anomalies": [],
"dataFields": [
{
"name": "string",
"tags": [],
"alias": "string",
"index": 0,
"orphan": true,
"dataType": {
"type": "DATE",
"properties": {},
"originalType": "string"
},
"nullable": true,
"userTags": [
{
"id": "string",
"name": "string"
}
],
"encrypted": true,
"sensitive": true,
"primaryKey": true,
"properties": {},
"description": "string",
"ordinalPositionInKey": 0
}
],
"schemaName": "string",
"loadOptions": {},
"effectiveDate": "2023-10-11T22:12:27.408Z",
"overrideSchemaAnomalies": true
}
],
"technicalDescription": "string"
}

Update Data Store

Updates the information for a specific Data Store.

InputCommentsDefault
Connection
Data Store IDThe ID of the data store you would like to retrieve.
URIThe uri for the data store.
TypeThe Type for the data store.
Technical NameTechnical name of the data store
Data StoreThe data store to create or update.
{
"name": "string",
"tags": [],
"ownerId": "string",
"spaceId": "string",
"version": 0,
"tenantId": "string",
"createdBy": "string",
"properties": {},
"createdTime": "2023-10-12T19:55:20.881Z",
"description": "string",
"lastModifiedBy": "string",
"lastModifiedTime": "2023-10-12T19:55:20.881Z",
"technicalDescription": "string"
}

Updates Space

Updates a space.

InputCommentsDefault
Connection
Space IDThe ID of the space you would like to retrieve.
Owner IDThe user ID of the space owner.
Attribute NameThe name of the space.
Attribute DescriptionThe description of the space. Personal spaces do not have a description.