Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
josecardenas
Contributor III
Contributor III

Create reload task with the QRS API

Hi,

We are using the QRS API and .NET SDK to automate several steps, including duplicating and publishing applications. One step we need to manage is creating reload tasks using the API, we've found the following documentation:

https://help.qlik.com/sense/en-us/developer/#../Subsystems/RepositoryServiceAPI/Content/RepositorySe...

but the details about the JSON body to send are incomplete, and we can't find this information anywhere else, has anyone else used this successfully?

Thanks for your time

PD: Original postCreate reload task with the QRS API

1 Solution

Accepted Solutions
Not applicable

Jose,

Take a look at this example on Branch: Qlik Sense Repository API Windows App

The code is available on Git.  It will show how to use the QRS API to create a task.

Hope this helps.

jg

View solution in original post

3 Replies
Not applicable

Jose,

Take a look at this example on Branch: Qlik Sense Repository API Windows App

The code is available on Git.  It will show how to use the QRS API to create a task.

Hope this helps.

jg

Not applicable

I'm using

POST /qrs/ReloadTask?xrfKey=69ClzHoORiQhXxdo

with the following JSON body to create a new reload task:

{

     "App":

     {

          "Id":"b9acaeb5-00f0-44c7-b511-27fa30fcdaba"

     },

     "Enabled":true,

     "Id":"00000000-0000-0000-0000-000000000000",

     "Name":"<TaskName>"

}

Not applicable

Jose, did we answer your questions?  Please mark a response above helpful or answered to indicate you found the solutions work for you.

jg