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: 
jainisha
Partner - Contributor II
Partner - Contributor II

Schedule Reload for App Rest API

Hi, I want to know do we have any endpoints to Schedule reload for an App.

Labels (1)
  • API

1 Solution

Accepted Solutions
JonnyPoole
Employee
Employee

3 Replies
JonnyPoole
Employee
Employee

Yes there is.   https://qlik.dev/apis/rest/reload-tasks/#%23%2Fentries%2Fv1%2Freload-tasks-post 

Let me know if this is what you are looking for.

jainisha
Partner - Contributor II
Partner - Contributor II
Author

Thank you. This is exactly what I was looking for.

One quick question - I can see Create task endpoint is taking timezone value in IANA timezone format.

Can you help me with how can I convert timezone to IANA in .NET 4.8 framework. 

JonnyPoole
Employee
Employee

Your follow-up question is officially outside my 'expert' skill zone as it's not Qlik specific. Quick search on google though... is this the kind of thing you are looking for?  https://learn.microsoft.com/en-us/dotnet/api/system.timezoneinfo.tryconvertwindowsidtoianaid?view=ne... ?