Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
aadil_madarveet
Partner - Creator II
Partner - Creator II

task triggers api

Hi All,

I am running Qlik Sense 3.1.2

I am able to get the task results using the below call.

GET

/qrs/reloadtask/{taskid}

But this does not list the triggers that are added in the task.

Can someone tell me how i can get the task trigger details using the QRS API.

Thanks,

Aadil

1 Solution

Accepted Solutions
s29124141
Partner - Creator II
Partner - Creator II

aadil.zyme‌ Use endpoint with task id in the filter as mentioned below.

Endpoint : /qrs/event/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}"

Filter : reloadTask.id eq d472d719-8be8-4dcb-a44e-ee73811647fb

Replace "d472d719-8be8-4dcb-a44e-ee73811647fb" in the above filter with your reload task id.

View solution in original post

1 Reply
s29124141
Partner - Creator II
Partner - Creator II

aadil.zyme‌ Use endpoint with task id in the filter as mentioned below.

Endpoint : /qrs/event/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}"

Filter : reloadTask.id eq d472d719-8be8-4dcb-a44e-ee73811647fb

Replace "d472d719-8be8-4dcb-a44e-ee73811647fb" in the above filter with your reload task id.