Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
AV1
Partner - Contributor II
Partner - Contributor II

Application refresh status API

Hi All,

Can we know the reload status of an application through an API. Suppose if an application is not currently being reloaded that status should also be shown or if the application is being loaded that status should also be shown.

Labels (1)
1 Solution

Accepted Solutions
NadiaB
Support
Support

Hi @AV1

 

You probably can use:

 

/qrs/reloadtask?filter=app.id eq f1688b20-c602-4ef5-a305-c86da391b2eb

 

Where f1688b20-c602-4ef5-a305-c86da391b2eb is the app id, if there is no reload associated it will return null, otherwise it will return the status of the reload.

 

The documentation can be found here

https://help.qlik.com/en-US/sense-developer/August2021/APIs/RepositoryServiceAPI/index.html?page=103...

 

Kind Regards.

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm

View solution in original post

1 Reply
NadiaB
Support
Support

Hi @AV1

 

You probably can use:

 

/qrs/reloadtask?filter=app.id eq f1688b20-c602-4ef5-a305-c86da391b2eb

 

Where f1688b20-c602-4ef5-a305-c86da391b2eb is the app id, if there is no reload associated it will return null, otherwise it will return the status of the reload.

 

The documentation can be found here

https://help.qlik.com/en-US/sense-developer/August2021/APIs/RepositoryServiceAPI/index.html?page=103...

 

Kind Regards.

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm