Skip to main content Skip to complementary content

callRepository method

qlik.callRepository(path, method, body)

Method used to call the Qlik Sense repository.

Since:
  • 1.1

Parameters

Name Type Description
path String

Path to the Qlik Sense repository.

Refer to Qlik Sense repository documentation for the available paths.

method String

Optional.

HTTP method.

Default is GET.

body String

Optional.

Body of the post.

Returns

A promise of a reply.

Example

qlik.callRepository('/qrs/extension/schema').success(function(reply) {
	alert(JSON.stringify(reply));
});

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!