Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Qlik Sense QRS API Notification

Hi,

I use the Notification API and I would like to get all active notifications.

I have try this:

https://qsense.excelcio.com:4242/qrs/notification/count?xrfkey=abcdefghijklmnop

or

https://qsense.excelcio.com:4242/qrs/notification?xrfkey=abcdefghijklmnop

but that didn't work

Any idea?

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
6 Replies
Anonymous
Not applicable

Hello Martinez,

Try to check FQDN / host name in the URL.

Also post the error messsage to know exactly the issue.

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II
Author

Hi,

The message: No matching endpoint found

And I would like to find the right endpoint for get all active notification.

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
Anonymous
Not applicable

Exactly, the problem is in IP address or localhost name in the URL. Try to check that.

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II
Author

When I try

https://qsense.excelcio.com:4242/qrs/about?xrfkey=abcdefghijklmnop

it Ok

Help users find answers! Don't forget to mark a solution that worked for you!
Levi_Turner
Employee
Employee

From /qrs/about/api/description these are the valid endpoints (at least in Qlik Sense February 2018):

DELETE  /qrs/notification/?handle={handle}

POST    /qrs/notification/?name={typename}&id={id}&filter={filter}&condition={condition}&changetype={changetype}&propertyname={propertyname}

GET    /qrs/notification/changes?since={since}&types={types}

So what are you calling?

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II
Author

I use the POST endpoint to create a notification but I want to kown if the notification is active (when I restart Qlik Sense services notifications are lost)

Help users find answers! Don't forget to mark a solution that worked for you!