Nov 21, 2012 3:55:26 AM
This document is part of a series of documents that discuss how to get started with using the QlikView Management API and provides a number of examples.
The QlikView Management API is a web service against which you can issue a range of commands to automate management activities on a QlikView environment. These activities can include the following:
To use the QMS API you need to be familiar with working with web services an writing code however the examples here cover many common tasks which avoid the need for detailed coding skills. All of the examples provided in these pages are written using Visual Studio with .net and C#. Other languages can be used and the free versions of Visual Studio can be used also.
Before you begin using the API or using the examples you need to be familiar with out to set up Visual Studio for using the APIs web service. You can find this information here:
QlikView Management API - #1 Setting up a Visual Studio project
In addition the official project documentation can be found here on the QlikView SDK pages here:
Below are links to a number of community documents with examples of using the API for particular tasks. All of the examples are built on top of the Getting Started project provided above but the code is easy to port to other applications.
Coming soon
Very good document. Thanks for sharing this info.
You mention "Creating new document tasks" as a functionality with this API, though I have yet to find a method that does this.
I have found methods like DeleteTask, and ImportDocumentTask, but nothing along the lines of a create task method.
Does anyone know if there is actually a method or some sort of way to do this with the API?
Is it possible to automate creation multiple Custom Users using the API?Or is there any other way for it.
This can be achieved using QlikView-CLI (a PowerShell module for interacting with the Qlik View APIs)
Disclaimer: This QlikView-CLI is made available "AS IS" without warranty of any kind. Qlik support agreement does not cover support for the QlikView-CLI
Getting Started: https://github.com/QlikProfessionalServices/QlikView-CLI/wiki
Release Version: https://github.com/QlikProfessionalServices/QlikView-CLI/releases
Add New Directory Services Connectors: https://github.com/QlikProfessionalServices/QlikView-CLI/wiki/Add-New-Directory-Services-Connectors