Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bknol
Partner - Contributor III
Partner - Contributor III

Get list of available endpoints (paths) QRS API

Hi,

I am trying to get a list of all paths available in the QRS API using this path:

/qrs/about/description

Help page can be found here:

List all paths available in the Qlik Sense Repository Service (QRS) API

I am connecting using .NET framework and authenticating using certificates:

Connecting using certificates

I am getting the following response (WebException):

No matching endpoint found

The remote server returned an error: (404) Not Found.

I successfully managed to get data via other endpoints, for example:

/qrs/app

/qrs/stream

/qrs/license

Is the path (/qrs/about/description) still available? Did it change?

Has anyone experienced the same issue or successfully fetched a list of all the available paths in the QRS?

Bas Knol

12 Replies
Alexander_Thor
Employee
Employee

We have already shipped 1.1 however some of the endpoints that are non-existent are still listed in the help.

I checked 2.0 and we should have removed those endpoints from the help there to avoid confusion.

So, nothing is really broken. You can still use the API on whatever version you are on but we will just clean up the documentation and purge any endpoints that aren't in use anymore.

Alexander_Thor
Employee
Employee

Hey,

Yes the endpoint seems to have been removed from the documentation as of 2.0.
We are scheduled to release 2.0 in Q2 this year. We have a set release schedule depending on which track, stable or feature, so you can play accordingly.

bknol
Partner - Contributor III
Partner - Contributor III
Author

Hi,

To get a list of endpoints using the QRS API you can use this endpoint:

/qrs/about/api/description

The word 'api' was added to the endpoint, probably to group endpoints that give information about the QRS API.

I have tested this successfully on Qlik Sense Server v1.1. In the v1.1 help the old /qrs/about/description endpoint is still mentioned.

In the v2.0.1 help this new endpoint is mentioned and also works on v1.1.

Bas Knol