Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.