AQL query with query_parameters and GET method

Hello,
Let’s consider a query like this one:
select c/uid/value, e/ehr_id/value from EHR e contains COMPOSITION c where c/archetype_details/template_id/value = $tid
with query_parameters={“tid”:“template1”}
In EHRBase, it works with the POST method but I can’t get it to work with GET method.
Anybody knows how to do it? is it even possible?

Hi @surfer,

we will take a look at that

thank you @birger.haarbrandt :+1: