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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

QEM API methods to create task and add table

Hi

Exists some api method in QEM to create a task and add tables to the task, or another way that allow automatically create tasks.

 

Thanks

Labels (3)
1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @lguevara ,

You can create a task and add tables to it using the APIs, for example through the REST API:

  • Create a task: Use the ImportTask API. The required JSON file can either be generated with the ExportTask API or composed manually using your own scripts.

  • Add tables to a task: Use the PutTaskTableSelection  API.

Hope this helps.

John.

 

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

1 Reply
john_wang
Support
Support

Hello @lguevara ,

You can create a task and add tables to it using the APIs, for example through the REST API:

  • Create a task: Use the ImportTask API. The required JSON file can either be generated with the ExportTask API or composed manually using your own scripts.

  • Add tables to a task: Use the PutTaskTableSelection  API.

Hope this helps.

John.

 

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!