Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
Former Employee
Former Employee

3 Replies
JonnyPoole
Former Employee
Former 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
Former Employee
Former 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... ?