Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Which coding language could use Sense API ? Which are js api?

Hello,

I m fresh in Sense.  As I know, Sense has JS and .net API as below.  Which are JS api and what coding language can use the api?

Thanks.

1

Qlik Sense Backend API

2

QlikSense Extensions API

3

Qlik Sense Mashups API

4

QlikSense Repository Service API

5

Qlik Sense Proxy Service API

6

Qlik Sense User Directory Connector API

7

Qlik Engine API

8

Qlik QVX SDK

9

Qlik Sense .NET SDK API

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Here is a summary of the API and how to consume them.

Qlik Sense Proxy Service API, Qlik Sense Repository Service API and Qlik Sense User Directory Connector API are REST API and can be consumed from all languages and environments that supports REST.

Qlik Sense QVX SDK and Qlik Sense .Net SDK are .Net libraries that can be consumed from all languages and environments that supports .Net such as the Windows plattform.

The Qlik Sense Backend, Extension and Mashup API are javascript libraries.

The Qlik Sense Engine API is a web socket API that can be consumed by all languages and environments that supports web socket.

Best Regards

Lars-Göran Book

View solution in original post

1 Reply
Not applicable
Author

Hi,

Here is a summary of the API and how to consume them.

Qlik Sense Proxy Service API, Qlik Sense Repository Service API and Qlik Sense User Directory Connector API are REST API and can be consumed from all languages and environments that supports REST.

Qlik Sense QVX SDK and Qlik Sense .Net SDK are .Net libraries that can be consumed from all languages and environments that supports .Net such as the Windows plattform.

The Qlik Sense Backend, Extension and Mashup API are javascript libraries.

The Qlik Sense Engine API is a web socket API that can be consumed by all languages and environments that supports web socket.

Best Regards

Lars-Göran Book