Hello,
I trying to connect to a url and a parameter is
document.result.rows[0]._id
and I use
<get>/api/uu/people/{document.result.rows.0._id}</get>
but the retourned value of _id is empty (and really isn't empty)
If I use other field, like
/api/uu/people/{document.result.rows.0.foo
it works fine
Thanks