REST List of tasks including variables

Hi,

if you debug the rest calls made by the tasklist webapp, you will see that tasks are queried using this endpoint:
/api/engine/engine/default/filter/181/list?firstResult=0&maxResults=15

If you configure the filter to include a variable list in the properties field, the variables set are brought back in the call.

But when I use the endpoint /rest/filter/181/list I don’t get the list of variables with values back.

Is this normal behavior. Do you have the same result? And if so, is there a way to get variables together with the task list?

thanks
Rafael

Take a look at the headers of the request. The task list is using hydra calls.

1 Like

Great! changing Accept to application/hal+json did the trick.

Thanks